]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 202744: Removing unnecessary output from collectstats.pl cron job
authorjustdave%syndicomm.com <>
Mon, 21 Apr 2003 22:08:27 +0000 (22:08 +0000)
committerjustdave%syndicomm.com <>
Mon, 21 Apr 2003 22:08:27 +0000 (22:08 +0000)
r= gerv, a= justdave

collectstats.pl

index 67e4c13b7e2fa7e9288480358bc469e262d80ae8..eedeaa35b0d4d27cca833d2b36784085ca1c4611 100755 (executable)
@@ -74,7 +74,8 @@ foreach (@myproducts) {
     }
 }
 my $tend = time;
-print "Total time taken " . delta_time($tstart, $tend) . "\n";
+# Uncomment the following line for performance testing.
+#print "Total time taken " . delta_time($tstart, $tend) . "\n";
 
 &calculate_dupes();