From 4a381e62d437c59dedad4f6d2d93aac75816e257 Mon Sep 17 00:00:00 2001 From: Nikita Krupin Date: Wed, 23 Mar 2022 15:46:26 -0400 Subject: [PATCH] removed some debugging leftovers --- scripts/hot.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/hot.sh b/scripts/hot.sh index 21e7ca4..72c7fd5 100755 --- a/scripts/hot.sh +++ b/scripts/hot.sh @@ -7,7 +7,6 @@ function hot { shift a=''; while true; do - echo "checking $1" b=`ls -lahR $* | grep -v 'node_modules'` # to avoid confusing myself with nested-if - it is a "short form" of doing a=$b; eval $script if $a != $b. [[ $a != $b ]] && a=$b && eval $script; @@ -17,5 +16,4 @@ function hot { } # NOTE: run from the root of the project -# ./scripts/watcher.sh init NUXT hot ./scripts/build.sh NUXT