diff --git a/helpers/utils.py b/helpers/utils.py index db578de5..c725e6d4 100644 --- a/helpers/utils.py +++ b/helpers/utils.py @@ -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: