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']); }