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:
parent
da0d59e06d
commit
b56aed49af
@ -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();
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user