From 59fa62178837e8d296c36acc263ac69b3495dcde Mon Sep 17 00:00:00 2001 From: notwa Date: Sun, 19 Aug 2012 05:02:11 -0700 Subject: [PATCH] --- danny.sh | 1 - 1 file changed, 1 deletion(-) 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