Skip to content

Commit 2b0421f

Browse files
cleanuo
1 parent b9fde3f commit 2b0421f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ngio/tables/backends/_abstract_backend.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,6 @@ def write_metadata(self, metadata: dict | None = None) -> None:
199199
metadata = {}
200200

201201
attrs = self._group_handler.reopen_group().attrs.asdict()
202-
print(attrs, self._group_handler.full_url)
203202
# This is required by anndata to identify the format
204203
if "encoding-type" in attrs:
205204
metadata["encoding-type"] = attrs["encoding-type"]

0 commit comments

Comments
 (0)