Skip to content

Commit fddba26

Browse files
committed
fixup
1 parent e06e7f1 commit fddba26

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/zarr/storage/remote.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ def from_url(
123123
) -> RemoteStore:
124124
opts = storage_options or {}
125125
opts = {"asynchronous": True, **opts}
126-
print("opts")
127126

128127
fs, path = fsspec.url_to_fs(url, **opts)
129128
return cls(fs=fs, path=path, mode=mode, allowed_exceptions=allowed_exceptions)

0 commit comments

Comments
 (0)