remove debug

git-svn-id: http://www.observium.org/svn/observer/trunk@2783 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2011-12-14 22:06:05 +00:00
parent 378261360c
commit 152b0b8881

View File

@@ -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)
{