1 parent f60249b commit def64baCopy full SHA for def64ba
1 file changed
tests/unit.py
@@ -25,7 +25,6 @@ def __init__(self, cache=None, timeout=None, proxy_info=None):
25
def request(self, uri, method='GET', body=None, headers=None,
26
redirections=5, connection_type=None):
27
file = os.path.join(HTTP_DATA_DIR, httplib2.safename(uri))
28
- print file
29
if os.path.exists(file):
30
response = message_from_file(open(file))
31
body = response.get_payload()
0 commit comments