From bc4cfa095b32da3c8eb1896497ab37908873f7a6 Mon Sep 17 00:00:00 2001 From: Wai Lit Loi Date: Sun, 5 Apr 2020 16:29:56 -0400 Subject: [PATCH] Commented print statement --- auditdiff_engine.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/auditdiff_engine.py b/auditdiff_engine.py index e3456f3..b80b01b 100644 --- a/auditdiff_engine.py +++ b/auditdiff_engine.py @@ -369,7 +369,8 @@ def juniper_audit_diff(directory,template,template_list,diff_config,edit_list,se index_of_template_list = template_list.index(template) + 1 - print("EDIT_LIST: {}".format(edit_list)) + ###UN-COMMENT THE BELOW PRINT STATEMENT FOR DEBUGING PURPOSES +# print("EDIT_LIST: {}".format(edit_list)) ### 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 if(index_of_template_list == length_template_list):