Skip to content
This repository has been archived by the owner on Aug 30, 2019. It is now read-only.

Commit

Permalink
remove debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
vstinner committed Jan 22, 2013
1 parent ce278b4 commit 525e740
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sandbox/subprocess_parent.py
Expand Up @@ -33,7 +33,6 @@ def wait_child(config, pid, sigkill):
while status[0] == 0:
dt = timeout - monotonic_time()
if dt < 0:
print("kill!")
os.kill(pid, sigkill)
status = os.waitpid(pid, 0)
raise Timeout()
Expand Down

0 comments on commit 525e740

Please sign in to comment.