From 3a8aef3db1c8effa1dc9a5a770dcd38c96169b2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Sun, 9 Nov 2014 20:00:40 +0200 Subject: [PATCH] Drop EXTRAVERBOSE debugging noise --- abcde | 1 - 1 file changed, 1 deletion(-) diff --git a/abcde b/abcde index f6bf90d..2d1ecc4 100755 --- a/abcde +++ b/abcde @@ -3447,7 +3447,6 @@ fi # We used to use EXTRAVERBOSE=y to turn on more debug output. Now # that's changed to a number to allow for more control. Deal with # EXTRAVERBOSE=y/n, set it to 1/0 for backwards compatibility. -echo "Looking at EXTRAVERBOSE ($EXTRAVERBOSE)" case "$EXTRAVERBOSE" in *y*|*Y*) EXTRAVERBOSE=1 -- 1.9.3