Skip to content

Commit 9cfa2ec

Browse files
authored
Merge pull request #3567 from vyos/mergify/bp/equuleus/pr-3564
op-mode: T683: remove superfluous debug print in snmpv3 display code (backport #3564)
2 parents d29c8c3 + 2901e40 commit 9cfa2ec

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/op_mode/snmp_v3.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
'user': [],
8686
'view': []
8787
}
88-
88+
8989
if c.exists_effective('service snmp v3 group'):
9090
for g in c.list_effective_nodes('service snmp v3 group'):
9191
group = {
@@ -146,7 +146,6 @@
146146

147147
data['trap'].append(trap)
148148

149-
print(data)
150149
if args.all:
151150
# Special case, print all templates !
152151
tmpl = jinja2.Template(GROUP_OUTP_TMPL_SRC)

0 commit comments

Comments
 (0)