--- smeserver-mailstats-0.0.3/root/usr/bin/spamfilter-stats-7.pl.removeDebugCommands 2008-10-03 19:54:19.000000000 +0200 +++ smeserver-mailstats-0.0.3/root/usr/bin/spamfilter-stats-7.pl 2008-10-03 19:55:50.000000000 +0200 @@ -1126,9 +1126,6 @@ $time = timelocal($sec,$min,$hour,$mday,$mon,$year) } - print STDOUT $startdate; - print STDOUT $enddate; - my $start = str2time( $startdate ); my $end = $enddate ? str2time( $enddate ) : $startdate ? $start + $secsininterval : $time;