From 7d7df1ad51f23ec7595aa42b1bd51db770193214 Mon Sep 17 00:00:00 2001 From: "justdave%syndicomm.com" <> Date: Mon, 21 Apr 2003 22:08:27 +0000 Subject: Bug 202744: Removing unnecessary output from collectstats.pl cron job r= gerv, a= justdave --- collectstats.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'collectstats.pl') 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(); -- cgit v1.2.3-24-g4f1b