aboutsummaryrefslogtreecommitdiff
path: root/lib/checksrc.pl
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2016-04-03 16:10:57 +0200
committerDaniel Stenberg <daniel@haxx.se>2016-04-03 22:38:36 +0200
commit19fafa1f5ada1398557632975a04173014813b97 (patch)
treebfce7b28ed24d9847548e052e99e16ab34b48d22 /lib/checksrc.pl
parentadeaf95e2058a842badaddeae5501c0f5133dbea (diff)
checksrc: remove debug crap
Diffstat (limited to 'lib/checksrc.pl')
-rwxr-xr-xlib/checksrc.pl1
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);
}
}