From 8416f4af3ebde912938319e294c9bffc0a4db376 Mon Sep 17 00:00:00 2001 From: Paul Gear Date: Wed, 20 Jan 2016 07:40:03 +1000 Subject: [PATCH] Disable debug message about MIB poller --- includes/common.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/common.php b/includes/common.php index f80583a83f..4c7b98f6c2 100644 --- a/includes/common.php +++ b/includes/common.php @@ -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; }