Skip to content

Commit

Permalink
remove errant print from physlite
Browse files Browse the repository at this point in the history
  • Loading branch information
lgray committed Mar 15, 2023
1 parent 5d868a5 commit 846b1f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion coffea/nanoevents/methods/physlite.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ def _get_global_index(target, eventindex, index):
load_column = target[
target.fields[0]
] # awkward is eager-mode now (will need to dask this)
print("<><><><>", load_column)
target_offsets = _get_target_offsets(load_column.layout.offsets, eventindex)
return target_offsets + index

Expand Down

0 comments on commit 846b1f5

Please sign in to comment.