Remove accidentally committed debugging code
This commit is contained in:
parent
60d1130cf4
commit
57b621a51c
|
@ -334,7 +334,6 @@
|
|||
(set-tty-process-group (current-output-port) child-pid)
|
||||
(handle-signal-default signal/ttou)
|
||||
(eval-s-expr s-expr))))))
|
||||
(sleep 1000)
|
||||
(let* ((job (make-job-sans-console s-expr proc))
|
||||
(status (job-status job)))
|
||||
(set-tty-process-group (current-output-port) foreground-pgrp)
|
||||
|
|
Loading…
Reference in New Issue