Bug 202744: Removing unnecessary output from collectstats.pl cron job

r= gerv, a= justdave


git-svn-id: svn://10.0.0.236/trunk@141517 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
justdave%syndicomm.com 2003-04-21 15:08:27 +00:00
parent da0d59e06d
commit b56aed49af

View File

@ -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();