mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
remove debugging
git-svn-id: http://www.observium.org/svn/observer/trunk@2268 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -16,7 +16,6 @@ $query = mysql_query("SELECT * FROM device_graphs WHERE device_id = '".$device['
|
||||
|
||||
while ($graph = mysql_fetch_assoc($query))
|
||||
{
|
||||
echo($graph['graph']."</br>");
|
||||
$section = $config['graph_types']['device'][$graph['graph']]['section'];
|
||||
$graph_enable[$section][$graph['graph']] = $graph['graph'];
|
||||
}
|
||||
|
Reference in New Issue
Block a user