summaryrefslogtreecommitdiffstats
path: root/collectstats.pl
diff options
context:
space:
mode:
authorjustdave%syndicomm.com <>2003-04-22 00:08:27 +0200
committerjustdave%syndicomm.com <>2003-04-22 00:08:27 +0200
commit7d7df1ad51f23ec7595aa42b1bd51db770193214 (patch)
tree66b992825810d0b2692d9ae30dd2f1dd99e7e72a /collectstats.pl
parentd3d8fd2d8804f839f7e0961e643a119c23cbddf2 (diff)
downloadbugzilla-7d7df1ad51f23ec7595aa42b1bd51db770193214.tar.gz
bugzilla-7d7df1ad51f23ec7595aa42b1bd51db770193214.tar.xz
Bug 202744: Removing unnecessary output from collectstats.pl cron job
r= gerv, a= justdave
Diffstat (limited to 'collectstats.pl')
-rwxr-xr-xcollectstats.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/collectstats.pl b/collectstats.pl
index 67e4c13b7..eedeaa35b 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();