diff options
author | Daniel Stenberg <daniel@haxx.se> | 2016-04-03 16:10:57 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2016-04-03 22:38:36 +0200 |
commit | 19fafa1f5ada1398557632975a04173014813b97 (patch) | |
tree | bfce7b28ed24d9847548e052e99e16ab34b48d22 /lib/checksrc.pl | |
parent | adeaf95e2058a842badaddeae5501c0f5133dbea (diff) | |
download | curl-19fafa1f5ada1398557632975a04173014813b97.tar.gz |
checksrc: remove debug crap
Diffstat (limited to 'lib/checksrc.pl')
-rwxr-xr-x | lib/checksrc.pl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/checksrc.pl b/lib/checksrc.pl index 4e71ff303..696fae799 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); } } |