Skip to content

Commit

Permalink
Remove debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
theron-wang committed Jul 29, 2024
1 parent 426bfdf commit 8fe49ba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
9 changes: 0 additions & 9 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion resources/test_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 8fe49ba

Please sign in to comment.