Forgotten debug print

This commit is contained in:
Honza Kral
2013-05-03 17:02:14 +02:00
parent 8cd053799e
commit 1300e7b279
-1
View File
@@ -101,7 +101,6 @@ class Transport(object):
def perform_request(self, method, url, params=None, body=None, sniffing=False):
for attempt in range(self.max_retries):
connection = self.get_connection(sniffing)
print connection, attempt, method, url
if body:
body = self.serializer.dumps(body)