mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
remove debug
git-svn-id: http://www.observium.org/svn/observer/trunk@2783 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -168,7 +168,7 @@ function poll_device($device, $options)
|
||||
### If there any don't match, they're added/deleted from the database.
|
||||
### Ideally we should hold graphs for xx days/weeks/polls so that we don't needlessly hide information.
|
||||
|
||||
print_r($graphs);
|
||||
#print_r($graphs);
|
||||
|
||||
foreach (dbFetch("SELECT `graph` FROM `device_graphs` WHERE `device_id` = ?", array($device['device_id'])) as $graph)
|
||||
{
|
||||
|
Reference in New Issue
Block a user