remove debug print statement

This commit is contained in:
Alexander Kukushkin
2015-10-21 11:09:37 +02:00
parent 8bd28507a9
commit c4a6dd48d3
-1
View File
@@ -143,7 +143,6 @@ def socket_getaddrinfo(*args):
def http_request(method, url, **kwargs):
print('http_request', method, url, kwargs)
if url == 'http://localhost:2379/':
return MockResponse()
raise socket.error