Skip to content

Commit 8ec16e8

Browse files
authored
Update src/zarr/codecs/_v2.py
1 parent 35849c7 commit 8ec16e8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/zarr/codecs/_v2.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ async def _decode_single(
4444

4545
# view as numpy array with correct dtype
4646
chunk = ensure_ndarray_like(chunk)
47-
print(chunk)
48-
print(chunk.dtype)
4947
# special case object dtype, because incorrect handling can lead to
5048
# segfaults and other bad things happening
5149
if chunk_spec.dtype != object:

0 commit comments

Comments
 (0)