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: