Skip to content

Commit

Permalink
remove stray print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
RasmusOrsoe committed Sep 11, 2024
1 parent 8227d74 commit 6c5cf10
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/graphnet/models/graphs/graph_definition.py
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,6 @@ def _merge_into_pulses(

# Create temporary module ids based on xyz coordinates
xyz = self._detector.xyz
print(xyz)
ids = self._assign_temp_ids(
x=photons[xyz[0]],
y=photons[xyz[1]],
Expand Down

0 comments on commit 6c5cf10

Please sign in to comment.