Remove debug print.
This commit is contained in:
parent
58bdeda870
commit
e83c76e99e
|
@ -2282,7 +2282,6 @@ sub _save_stat
|
||||||
|
|
||||||
#### With huge log file we only store global statistics in year and month views
|
#### With huge log file we only store global statistics in year and month views
|
||||||
if ( $self->{no_year_stat} && (($type ne 'hour') && !$wn) ) {
|
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
|
# unless month view is explicitly wanted
|
||||||
return if (!$self->{with_month_stat} || ($type ne 'day'));
|
return if (!$self->{with_month_stat} || ($type ne 'day'));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue