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

r= gerv, a= justdave
parent d3d8fd2d
......@@ -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();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment