remove debugging line

This commit is contained in:
Jordi Sanfeliu 2017-08-03 13:01:50 +02:00
parent 7cca506c1f
commit a9dfc405a1
1 changed files with 0 additions and 1 deletions

View File

@ -140,7 +140,6 @@ sub mail_init {
} }
if(!$mail->{stats_rate}) { if(!$mail->{stats_rate}) {
$mail->{stats_rate} = "per_second"; $mail->{stats_rate} = "per_second";
print("stats_rate set to 'per_second'\n");
} }
# Since 3.6.0 all DS changed from COUNTER to GAUGE # Since 3.6.0 all DS changed from COUNTER to GAUGE