Skip to content

Commit b14a519

Browse files
authored
remove debug print from zarr2 encoding (TGSAI#649)
1 parent 65d8263 commit b14a519

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/mdio/builder/xarray_builder.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,6 @@ def to_xarray_dataset(mdio_ds: Dataset) -> xr_Dataset: # noqa: PLR0912
228228

229229
if zarr_format == ZarrFormat.V2:
230230
encoding["chunk_key_encoding"] = {"name": "v2", "configuration": {"separator": "/"}}
231-
print(encoding)
232231

233232
data_array.encoding = encoding
234233

0 commit comments

Comments
 (0)