From 8fe49badab354c610f0b7dbed0e2a4145c73c803 Mon Sep 17 00:00:00 2001 From: Theron Wang Date: Mon, 29 Jul 2024 15:08:33 -0400 Subject: [PATCH] Remove debug logs --- main.py | 9 --------- resources/test_data.json | 2 +- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/main.py b/main.py index dd6a905..a855ba1 100644 --- a/main.py +++ b/main.py @@ -787,15 +787,6 @@ def compare_pattern_data(expected_log_path, actual_log_path, bug_pattern_data): with open(actual_log_path, "r") as file: actual_log_file_content = file.read() - print('expected:') - print(expected_log_file_content) - - print() - - print('actual:') - print(actual_log_file_content) - print() - #Algorithm steps: #1.extract data from expected log file. One matched item should be there since only desired log information is in expected log file #2.extract data from build log file. Multiple matched items can be found. diff --git a/resources/test_data.json b/resources/test_data.json index f60098a..e08c874 100644 --- a/resources/test_data.json +++ b/resources/test_data.json @@ -880,7 +880,7 @@ "code_pattern": "features\\.(.*)", "error_pattern": "\\s*Stack Trace:\\n(.*)" }, - "version": "0.10.12", + "version": "0.10.16", "java_version": "", "note": "", "bug_type": "crash",