Skip to content
Snippets Groups Projects
Commit e88aeefe authored by Luke Grazette's avatar Luke Grazette
Browse files

Removed debugging print

parent df116fb5
No related branches found
No related tags found
No related merge requests found
Pipeline #6373967 passed
...@@ -195,7 +195,6 @@ def processing_events_per_line_and_stream_hlt1(lines, inputfile): ...@@ -195,7 +195,6 @@ def processing_events_per_line_and_stream_hlt1(lines, inputfile):
# ToDo: remove this assumption if possible # ToDo: remove this assumption if possible
# Assume that the event_size is independent w.r.t. which line fired. # Assume that the event_size is independent w.r.t. which line fired.
# This 'might' be valid as no information per event is pruned out in hlt1. # This 'might' be valid as no information per event is pruned out in hlt1.
print(events_file)
raw[line] = mdf_size / events_file * len(eventnumber_per_line) raw[line] = mdf_size / events_file * len(eventnumber_per_line)
return events_file, raw_size_all, dst_size_all, event_stats, exclusive, raw, dst return events_file, raw_size_all, dst_size_all, event_stats, exclusive, raw, dst
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment