diff --git a/danny.sh b/danny.sh index 941c65f..ca61c93 100644 --- a/danny.sh +++ b/danny.sh @@ -43,7 +43,6 @@ while true; do fi echo $tags | grep -F -- "$faketag" > /dev/null result=$? - echo $faketag $result $unwanted if [[ $result != $unwanted ]]; then nomatch=1 break