Remove debug print.

This commit is contained in:
Darold Gilles 2017-09-09 11:52:11 +02:00
parent 58bdeda870
commit e83c76e99e
1 changed files with 0 additions and 1 deletions

View File

@ -2282,7 +2282,6 @@ sub _save_stat
#### With huge log file we only store global statistics in year and month views
if ( $self->{no_year_stat} && (($type ne 'hour') && !$wn) ) {
print STDERR "UUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUU $self->{with_month_stat} || ($type ne 'day') ==> ($type ne 'hour') && !$wn)\n";
# unless month view is explicitly wanted
return if (!$self->{with_month_stat} || ($type ne 'day'));
}