From 22753de0a360d030ab9120748fa0cd5df48b756e Mon Sep 17 00:00:00 2001 From: Tom Laermans Date: Thu, 15 Sep 2011 13:46:23 +0000 Subject: [PATCH] remove debug print git-svn-id: http://www.observium.org/svn/observer/trunk@2461 61d68cd4-352d-0410-923a-c4978735b2b8 --- discovery.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/discovery.php b/discovery.php index 5d77c1044..992781f7b 100755 --- a/discovery.php +++ b/discovery.php @@ -152,9 +152,6 @@ $discovered_devices = 0; foreach (dbFetch("SELECT * FROM `devices` WHERE status = 1 AND disabled = 0 $where ORDER BY device_id DESC") as $device) { discover_device($device, $options); - -print_r($options); - } $end = utime(); $run = $end - $start;