Skip to content

Commit f2137fb

Browse files
committed
Merge branch 'doc/storage' of github.com:jhamman/zarr-python into doc/storage
2 parents 83fa3ac + c9d1c50 commit f2137fb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/zarr/core/array.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -639,8 +639,6 @@ async def _save_metadata(self, metadata: ArrayMetadata, ensure_parents: bool = F
639639
# To enable zarr.create(store, path="a/b/c"), we need to create all the intermediate groups.
640640
parents = _build_parents(self)
641641

642-
logger.debug("Ensure parents: %s", parents)
643-
644642
for parent in parents:
645643
awaitables.extend(
646644
[

0 commit comments

Comments
 (0)