Skip to content

Commit 2004945

Browse files
committed
remove debug print statement
1 parent 630897b commit 2004945

File tree

1 file changed

+0
-1
lines changed
  • src/zarr/core/metadata

1 file changed

+0
-1
lines changed

src/zarr/core/metadata/v2.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,6 @@ def parse_metadata(data: ArrayV2Metadata) -> ArrayV2Metadata:
294294

295295
def _parse_structured_fill_value(fill_value: Any, dtype: np.dtype[Any]) -> Any:
296296
"""Handle structured dtype/fill value pairs"""
297-
print("FILL VALUE", fill_value, "DT", dtype)
298297
try:
299298
if isinstance(fill_value, list):
300299
return np.array([tuple(fill_value)], dtype=dtype)[0]

0 commit comments

Comments
 (0)