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:
@@ -101,7 +101,6 @@ def reap_children():
|
||||
try:
|
||||
while True:
|
||||
ret = os.waitpid(-1, os.WNOHANG)
|
||||
print ret
|
||||
if ret == (0, 0):
|
||||
break
|
||||
except OSError:
|
||||
|
||||
Reference in New Issue
Block a user