From c4a6dd48d34b490971edc77e87bd466ad95d8988 Mon Sep 17 00:00:00 2001 From: Alexander Kukushkin Date: Wed, 21 Oct 2015 11:09:37 +0200 Subject: [PATCH] remove debug print statement --- tests/test_etcd.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_etcd.py b/tests/test_etcd.py index 6cd5441e..d0d01d71 100644 --- a/tests/test_etcd.py +++ b/tests/test_etcd.py @@ -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