From a9a349db3902970a2b484b5e1509931423ac5775 Mon Sep 17 00:00:00 2001 From: Santiago Palladino Date: Mon, 8 Apr 2024 17:23:58 -0300 Subject: [PATCH] chore: Remove debug log from watch.sh --- yarn-project/watch.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/yarn-project/watch.sh b/yarn-project/watch.sh index 10338447ffa..88cf51e6b60 100755 --- a/yarn-project/watch.sh +++ b/yarn-project/watch.sh @@ -34,7 +34,6 @@ stop_tsc_watch() { if [ -f .tsc.pid ]; then echo "Stopping tsc watch..." local tsc_pid=$(cat ".tsc.pid"); - echo KILLING $tsc_pid kill $tsc_pid fi }