Skip to content

Commit

Permalink
Remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
bjhardcastle committed Nov 23, 2024
1 parent fe46bca commit ceb2c70
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/npc_sessions/trials/TaskControl/DynamicRouting1.py
Original file line number Diff line number Diff line change
Expand Up @@ -903,7 +903,6 @@ def _opto_location_bregma_x(self) -> tuple[tuple[np.float64], ...]:
if np.isnan(x):
continue
else:
print(trial_idx, location_idx, x, x_values)
value = self.bregma_to_galvo(trial_idx, location_idx)[0]
result[trial_idx][location_idx] = value
return tuple(result)
Expand Down

0 comments on commit ceb2c70

Please sign in to comment.