Skip to content

Commit def64ba

Browse files
committed
Removed leftover debugging statement.
1 parent f60249b commit def64ba

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/unit.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ def __init__(self, cache=None, timeout=None, proxy_info=None):
2525
def request(self, uri, method='GET', body=None, headers=None,
2626
redirections=5, connection_type=None):
2727
file = os.path.join(HTTP_DATA_DIR, httplib2.safename(uri))
28-
print file
2928
if os.path.exists(file):
3029
response = message_from_file(open(file))
3130
body = response.get_payload()

0 commit comments

Comments
 (0)