Skip to content

Commit 09946f3

Browse files
committed
Remove leftover debug logging
1 parent bd8a4b4 commit 09946f3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/chrome-docker-wrapper.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,5 @@ WAIT_EXIT_CODE=$?
1313
# If this script gets killed, kill Chrome with the same signal
1414
if [[ WAIT_EXIT_CODE -gt 128 ]]
1515
then
16-
echo kill -$(($WAIT_EXIT_CODE - 128)) $CHROME_PID
1716
kill -$(($WAIT_EXIT_CODE - 128)) $CHROME_PID
1817
fi

0 commit comments

Comments
 (0)