Skip to content

Commit

Permalink
fix: remove print statement (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 authored Jun 6, 2022
1 parent 75fe58d commit 43c1b37
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/nd2/nd2file.py
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,6 @@ def _dask_block(self, copy: bool, block_id: Tuple[int]) -> np.ndarray:
self.open()
try:
ncoords = len(self._coord_shape)
print(block_id[:ncoords])
idx = self._seq_index_from_coords(block_id[:ncoords])

if idx == self._NO_IDX:
Expand Down

0 comments on commit 43c1b37

Please sign in to comment.