From: justdave%syndicomm.com <> Date: Mon, 21 Apr 2003 22:08:27 +0000 (+0000) Subject: Bug 202744: Removing unnecessary output from collectstats.pl cron job X-Git-Tag: bugzilla-2.17.4~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d7df1ad51f23ec7595aa42b1bd51db770193214;p=thirdparty%2Fbugzilla.git Bug 202744: Removing unnecessary output from collectstats.pl cron job r= gerv, a= justdave --- diff --git a/collectstats.pl b/collectstats.pl index 67e4c13b7e..eedeaa35b0 100755 --- a/collectstats.pl +++ b/collectstats.pl @@ -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();