mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-14 08:34:39 +00:00
(configd) remove test print()
This commit is contained in:
parent
135a861576
commit
5de6aee4c7
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user