mirror of
https://github.com/outbackdingo/patroni.git
synced 2026-08-25 14:53:37 +00:00
Remove spurious print
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user