Remove spurious print

This commit is contained in:
Alexander Kukushkin
2015-09-01 17:16:15 +02:00
parent 3924a90c74
commit eb85caa3bd
-1
View File
@@ -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: