Skip to content

Commit bc4cfa0

Browse files
Commented print statement
1 parent 80548cc commit bc4cfa0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

auditdiff_engine.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,8 @@ def juniper_audit_diff(directory,template,template_list,diff_config,edit_list,se
369369

370370
index_of_template_list = template_list.index(template) + 1
371371

372-
print("EDIT_LIST: {}".format(edit_list))
372+
###UN-COMMENT THE BELOW PRINT STATEMENT FOR DEBUGING PURPOSES
373+
# print("EDIT_LIST: {}".format(edit_list))
373374

374375
### THIS WILL CHECK IF IT'S ON THE LAST TEMPLATE. IF IT IS, IT WILL LOCATE THE LAST INDEX FOR EDIT_LIST AND APPEND IT TO THE LIST
375376
if(index_of_template_list == length_template_list):

0 commit comments

Comments
 (0)