[Collab-qa-commits] r1118 - udd/src/udd

neronus-guest at alioth.debian.org neronus-guest at alioth.debian.org
Mon Aug 18 14:29:40 UTC 2008


Author: neronus-guest
Date: 2008-08-18 14:29:39 +0000 (Mon, 18 Aug 2008)
New Revision: 1118

Modified:
   udd/src/udd/bugs_gatherer.pl
Log:
We don't need no timing - so we switch it off


Modified: udd/src/udd/bugs_gatherer.pl
===================================================================
--- udd/src/udd/bugs_gatherer.pl	2008-08-17 13:26:07 UTC (rev 1117)
+++ udd/src/udd/bugs_gatherer.pl	2008-08-18 14:29:39 UTC (rev 1118)
@@ -1,5 +1,5 @@
 #!/usr/bin/perl -w
-# Last-Modified: <Sun Aug 17 12:20:19 2008>
+# Last-Modified: <Mon Aug 18 14:29:47 2008>
 
 use strict;
 use warnings;
@@ -25,7 +25,7 @@
 
 #Used for measuring time
 our $t;
-our $timing = 1;
+our $timing = 0;
 
 # Return the list of usernames
 sub get_bugs_users {
@@ -123,7 +123,6 @@
 	qw{bugs_rt_affects_stable bugs_rt_affects_testing_and_unstable bugs_rt_affects_unstable bugs_rt_affects_testing};
 
 	foreach my $table (tables($config, $source, $dbh)) {
-		print "$table\n";
 		$dbh->prepare("DROP TABLE $table")->execute() or die $!;
 	}
 }




More information about the Collab-qa-commits mailing list