diff --git a/src/hdmf_zarr/backend.py b/src/hdmf_zarr/backend.py index a48458fe..51109946 100644 --- a/src/hdmf_zarr/backend.py +++ b/src/hdmf_zarr/backend.py @@ -530,7 +530,6 @@ def __open_file_consolidated(self, This method will check to see if the metadata has been consolidated. If so, use open_consolidated. """ - # breakpoint() # This check is just a safeguard for possible errors in the future. But this should never happen if mode == 'r-': raise ValueError('Mode r- not allowed for reading with consolidated metadata') @@ -771,7 +770,7 @@ def resolve_ref(self, zarr_ref): target_name = os.path.basename(object_path) else: target_name = ROOT_NAME - # breakpoint() + target_zarr_obj = self.__open_file_consolidated(store=source_file, mode='r', storage_options=self.__storage_options)