From 97877e38ec995483930ef2155c6c5c126874836a Mon Sep 17 00:00:00 2001 From: Tony Murray Date: Tue, 9 Aug 2016 14:06:01 -0500 Subject: [PATCH] Remove the var_dump of the poller stats update array It doesn't add any useful info and takes up several lines --- includes/polling/functions.inc.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/polling/functions.inc.php b/includes/polling/functions.inc.php index a6fbfa4594..fe575df2ca 100644 --- a/includes/polling/functions.inc.php +++ b/includes/polling/functions.inc.php @@ -346,7 +346,6 @@ function poll_device($device, $options) { echo "Polled in $device_time seconds\n"; d_echo('Updating '.$device['hostname']."\n"); - d_echo($update_array); $updated = dbUpdate($update_array, 'devices', '`device_id` = ?', array($device['device_id'])); if ($updated) {