Skip to content

Commit 455ada4

Browse files
committed
Remove debugging code
1 parent ab2917d commit 455ada4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

rootfs/usr/local/sbin/shell-monitor

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ shells_are_running() {
1818
shell_has_exited() {
1919
local pid
2020

21-
trap 'set +x' EXIT
22-
set -x
23-
2421
# If there are no shells left, then they have all exited.
2522
[[ "${#wrapper_pids[@]}" -eq 0 ]] && return 0
2623

0 commit comments

Comments
 (0)