Disable debug message about MIB poller

This commit is contained in:
Paul Gear
2016-01-20 07:40:03 +10:00
parent a7c0c1b762
commit 8416f4af3e

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;
}