diff --git a/Products/ZenUtils/snmp.py b/Products/ZenUtils/snmp.py index 9b0186442a..c98e582d4f 100755 --- a/Products/ZenUtils/snmp.py +++ b/Products/ZenUtils/snmp.py @@ -86,8 +86,6 @@ def test(self, oid=".1.3.6.1.2.1.1.5.0"): def enrichResult(self, result): self._proxy.close() - _LOG.info("SnmpConfig.test: result=%s" % str(result)) - if isinstance(result, dict) and bool(result): # one and only one key/value pair _should_ be available in result, # and we only need the value (the device name)