aboutsummaryrefslogtreecommitdiffstats
path: root/packages/spamd_gather_stats.php
diff options
context:
space:
mode:
Diffstat (limited to 'packages/spamd_gather_stats.php')
-rw-r--r--packages/spamd_gather_stats.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/spamd_gather_stats.php b/packages/spamd_gather_stats.php
index a5d3069e..b56e9dca 100644
--- a/packages/spamd_gather_stats.php
+++ b/packages/spamd_gather_stats.php
@@ -36,7 +36,7 @@ $open_connections = 0;
$average_connect_time = 0;
$total_connections = count($connect_times);
-echo "Total connections: $total_connections\n";
+//echo "Total connections: $total_connections\n";
/* loop through, how many connections are open */
foreach($connections as $c) {