Remove the var_dump of the poller stats update array

It doesn't add any useful info and takes up several lines
This commit is contained in:
Tony Murray
2016-08-09 14:06:01 -05:00
parent d0d84503f1
commit 97877e38ec

View File

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