From 3ca3422f8f014ee7291dab3031c2f80214d7aa9c Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Tue, 11 Apr 2006 19:09:36 +0000 Subject: Woops, turn off debug outputs --- packages/spamd_gather_stats.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- cgit v1.2.3