Skip to content

Commit

Permalink
chore: Remove debug log from watch.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
spalladino committed Apr 8, 2024
1 parent 43ed901 commit a9a349d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion yarn-project/watch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit a9a349d

Please sign in to comment.