From 46b2fd7d1f2c263ec97d67ce6be00a038ffa08c2 Mon Sep 17 00:00:00 2001 From: laf Date: Wed, 18 Nov 2015 21:54:07 +0000 Subject: [PATCH] Removed debug --- includes/polling/ports.inc.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/polling/ports.inc.php b/includes/polling/ports.inc.php index 640dcd05b0..017cc70854 100644 --- a/includes/polling/ports.inc.php +++ b/includes/polling/ports.inc.php @@ -487,7 +487,6 @@ foreach ($ports as $port) { 'OUTMULTICASTPKTS' => $this_port['ifOutMulticastPkts'], ); - echo "TEST $tune_port END \n"; if ($tune_port === true) { rrdtool_tune('port',$rrdfile,$this_port['ifSpeed']); }