Forgotten debug print
This commit is contained in:
@@ -101,7 +101,6 @@ class Transport(object):
|
|||||||
def perform_request(self, method, url, params=None, body=None, sniffing=False):
|
def perform_request(self, method, url, params=None, body=None, sniffing=False):
|
||||||
for attempt in range(self.max_retries):
|
for attempt in range(self.max_retries):
|
||||||
connection = self.get_connection(sniffing)
|
connection = self.get_connection(sniffing)
|
||||||
print connection, attempt, method, url
|
|
||||||
|
|
||||||
if body:
|
if body:
|
||||||
body = self.serializer.dumps(body)
|
body = self.serializer.dumps(body)
|
||||||
|
|||||||
Reference in New Issue
Block a user