Skip to content

Commit

Permalink
Removed noisy "Found OID" log
Browse files Browse the repository at this point in the history
  • Loading branch information
Sverre Johan Tøvik committed Aug 1, 2022
1 parent 3e38ccc commit 8f5ac30
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gapit-snmp.js
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,6 @@ module.exports = function (RED) {
console.info("Getting OIDs from group '" + group_name + "'");
for (var member_idx = 0; member_idx < groups[group_idx]["group"].length; member_idx++) {
var oid = groups[group_idx]["group"][member_idx]["address"];
console.info("Found OID " + oid + " for '" + groups[group_idx]["group"][member_idx]["description"] + "'");
if (node.isNonExistentOid(oid)) {
// oid does not exist, skip
continue;
Expand Down

0 comments on commit 8f5ac30

Please sign in to comment.