From: Daniel Stenberg Date: Sun, 3 Apr 2016 14:10:57 +0000 (+0200) Subject: checksrc: remove debug crap X-Git-Tag: curl-7_49_0~209 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=19fafa1f5ada1398557632975a04173014813b97;p=thirdparty%2Fcurl.git checksrc: remove debug crap --- diff --git a/lib/checksrc.pl b/lib/checksrc.pl index 4e71ff3036..696fae7996 100755 --- a/lib/checksrc.pl +++ b/lib/checksrc.pl @@ -86,7 +86,6 @@ sub checkwarn { $nowarn = 1; if(!$ignore{$name}) { # reached zero, enable again - print "FOO\n"; enable_warn($name, $line, $file, $l); } }