Merge pull request #2814 from paulgear/disable-global-debug-message

Disable debug message about MIB poller
This commit is contained in:
Neil Lathwood
2016-01-19 21:52:06 +00:00

View File

@@ -743,7 +743,6 @@ function round_Nth($val = 0, $round_to) {
function is_mib_poller_enabled($device)
{
if (!is_module_enabled('poller', 'mib')) {
d_echo("MIB polling module disabled globally.\n");
return false;
}