Skip to content

Commit

Permalink
Merge pull request #3567 from vyos/mergify/bp/equuleus/pr-3564
Browse files Browse the repository at this point in the history
op-mode: T683: remove superfluous debug print in snmpv3 display code (backport #3564)
  • Loading branch information
dmbaturin authored May 31, 2024
2 parents d29c8c3 + 2901e40 commit 9cfa2ec
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/op_mode/snmp_v3.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
'user': [],
'view': []
}

if c.exists_effective('service snmp v3 group'):
for g in c.list_effective_nodes('service snmp v3 group'):
group = {
Expand Down Expand Up @@ -146,7 +146,6 @@

data['trap'].append(trap)

print(data)
if args.all:
# Special case, print all templates !
tmpl = jinja2.Template(GROUP_OUTP_TMPL_SRC)
Expand Down

0 comments on commit 9cfa2ec

Please sign in to comment.