Commit 5de6aee4 authored by Ad Schellevis's avatar Ad Schellevis

(configd) remove test print()

parent 135a8615
...@@ -108,7 +108,6 @@ def run_watch(): ...@@ -108,7 +108,6 @@ def run_watch():
current_child_pid = None current_child_pid = None
def signal_handler(sig, frame): def signal_handler(sig, frame):
print current_child_pid
if current_child_pid is not None: if current_child_pid is not None:
os.kill(current_child_pid, sig) os.kill(current_child_pid, sig)
sys.exit(1) sys.exit(1)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment