mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Merge pull request #4011 from murrant/remove-poller-update
Remove the var_dump of the poller stats update array
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user