diff --git a/html/pages/device/graphs.inc.php b/html/pages/device/graphs.inc.php index 3bcdc578d..2bd9089fa 100644 --- a/html/pages/device/graphs.inc.php +++ b/html/pages/device/graphs.inc.php @@ -16,7 +16,6 @@ $query = mysql_query("SELECT * FROM device_graphs WHERE device_id = '".$device[' while ($graph = mysql_fetch_assoc($query)) { - echo($graph['graph']."
"); $section = $config['graph_types']['device'][$graph['graph']]['section']; $graph_enable[$section][$graph['graph']] = $graph['graph']; }