Merge pull request #4011 from murrant/remove-poller-update

Remove the var_dump of the poller stats update array
This commit is contained in:
Neil Lathwood
2016-08-09 22:19:06 +01:00
committed by GitHub

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