Skip to content

Commit 1301c5f

Browse files
committed
rm print
1 parent d407e5d commit 1301c5f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/zarr/core/array.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3623,7 +3623,6 @@ async def create_array(
36233623
filters_parsed, compressor_parsed = _parse_chunk_encoding_v2(
36243624
compressor=compressors, filters=filters, dtype=np.dtype(dtype)
36253625
)
3626-
print(dtype_parsed)
36273626
if dimension_names is not None:
36283627
raise ValueError("Zarr v2 arrays do not support dimension names.")
36293628
if order is None:

0 commit comments

Comments
 (0)