From: Joachim Breitner Date: Wed, 29 Jul 2009 17:13:16 +0000 (+0200) Subject: Do not write TODO entry X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=4c2b20ba2a1d15ad6baa23119bc3aae42cc8fbe4;p=wannabuild.git Do not write TODO entry --- diff --git a/bin/wanna-build b/bin/wanna-build index 4b497de..629f260 100755 --- a/bin/wanna-build +++ b/bin/wanna-build @@ -2596,7 +2596,7 @@ sub call_edos_depcheck { if (exists $interesting_packages{$key}) { $interesting_packages{$key} = $reason; } else { - print "TODO: edos reported a package we do not care about now" if $verbose; + #print "TODO: edos reported a package we do not care about now\n" if $verbose; } } close EDOS;