Skip to content

Commit

Permalink
remove dubious print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Cleveland committed Jan 10, 2024
1 parent 4db60fa commit c931352
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions opppy/tally.py
Original file line number Diff line number Diff line change
Expand Up @@ -252,9 +252,7 @@ def thread_all(file_name, result_d):
thread_cycle_string_list = get_output_lines(file_name, opppy_parser.cycle_opening_string, opppy_parser.cycle_closing_string, opppy_parser.file_end_string)
thread_data=[]
for cycle_string in thread_cycle_string_list:
print(cycle_string)
thread_data.append(extract_cycle_data(cycle_string, opppy_parser))
print(thread_data)
result_d[file_name] = thread_data

with Manager() as manager:
Expand Down

0 comments on commit c931352

Please sign in to comment.