diff --git a/includes/polling/functions.inc.php b/includes/polling/functions.inc.php index 266d43240..8aa72fe31 100644 --- a/includes/polling/functions.inc.php +++ b/includes/polling/functions.inc.php @@ -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) {