Skip to content

Commit

Permalink
Remove INFO log during snmp discovery
Browse files Browse the repository at this point in the history
Fixes ZEN-35184.
  • Loading branch information
vsaliieva committed Dec 10, 2024
1 parent f5727fb commit 1c8e053
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Products/ZenUtils/snmp.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 1c8e053

Please sign in to comment.