diff --git a/bin/pt-stalk b/bin/pt-stalk index b69b288f..28ce1d7c 100755 --- a/bin/pt-stalk +++ b/bin/pt-stalk @@ -1387,7 +1387,6 @@ _should_skip() { local name=$1 for item in "${OPT_SKIP_COLLECTION[@]}"; do - echo $item >> /tmp/sveta if [ "$item" == "$name" ]; then return 0 fi diff --git a/lib/bash/collect.sh b/lib/bash/collect.sh index 00fd5005..73b8126f 100644 --- a/lib/bash/collect.sh +++ b/lib/bash/collect.sh @@ -677,7 +677,6 @@ _should_skip() { local name=$1 for item in "${OPT_SKIP_COLLECTION[@]}"; do - echo $item >> /tmp/sveta if [ "$item" == "$name" ]; then return 0 fi