From 152b0b888164d22361dc317cb5141ef762dce776 Mon Sep 17 00:00:00 2001 From: Adam Amstrong Date: Wed, 14 Dec 2011 22:06:05 +0000 Subject: [PATCH] remove debug git-svn-id: http://www.observium.org/svn/observer/trunk@2783 61d68cd4-352d-0410-923a-c4978735b2b8 --- includes/polling/functions.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {