Skip to content

Commit

Permalink
remove print debug statements
Browse files Browse the repository at this point in the history
  • Loading branch information
cfuselli committed Dec 12, 2023
1 parent 659aa2b commit 85bc3d6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions amstrax/plugins/raw_records/daqreader.py
Original file line number Diff line number Diff line change
Expand Up @@ -359,9 +359,7 @@ def compute(self, chunk_i):
# Convert to strax chunks
result = dict()
for i, subd in enumerate(channel_ranges):

print(f"{i}. Subdetector {subd} has {len(result_arrays[i])} records")


if len(result_arrays[i]):
# dt may differ per subdetector
dt = result_arrays[i]['dt'][0]
Expand Down

0 comments on commit 85bc3d6

Please sign in to comment.