From: Ian Campbell Date: Thu, 30 May 2013 10:31:49 +0000 (+0100) Subject: control.pl: Remove debugging prints X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=c92737bce5b714a32f5202051060f838abd93f61;p=people%2Faperard%2Femesinae.git control.pl: Remove debugging prints --- diff --git a/scripts/control.pl b/scripts/control.pl index 9bb216a..41f6cd9 100755 --- a/scripts/control.pl +++ b/scripts/control.pl @@ -231,9 +231,7 @@ sub lookup_bugid ($) { if ( $b eq "it" ) { die "No previous bug found" unless @bugs; - print "bugs array: " . join(" ",@bugs) . ": $#bugs\n"; my $it = $bugs [ $#bugs ]; - print "it is $it\n"; $bugs{$it} = 0 unless $bugs{$it}; return Emesinae::Bug->new( $dbh, ID => $it ); }