From eb85caa3bd230927803dfc4df8b0dcf1c21d4e4d Mon Sep 17 00:00:00 2001 From: Alexander Kukushkin Date: Tue, 1 Sep 2015 17:16:15 +0200 Subject: [PATCH] Remove spurious print --- tests/test_etcd.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_etcd.py b/tests/test_etcd.py index 6754a68a..c42394fa 100644 --- a/tests/test_etcd.py +++ b/tests/test_etcd.py @@ -63,7 +63,6 @@ def requests_get(url, **kwargs): def etcd_watch(key, index=None, timeout=None, recursive=None): - print ('watch', key, index, timeout) if timeout == 1: raise urllib3.exceptions.TimeoutError elif timeout == 5: