(configd) remove test print()

This commit is contained in:
Ad Schellevis 2016-04-01 15:03:29 +02:00
parent 135a861576
commit 5de6aee4c7

View File

@ -108,7 +108,6 @@ def run_watch():
current_child_pid = None
def signal_handler(sig, frame):
print current_child_pid
if current_child_pid is not None:
os.kill(current_child_pid, sig)
sys.exit(1)