From a3bb83dffc641ac2e277b7a3655afabc4c0a92fe Mon Sep 17 00:00:00 2001 From: mavaylon1 Date: Wed, 31 Jul 2024 11:33:52 -0700 Subject: [PATCH] remove breakpoint --- src/hdmf_zarr/backend.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/hdmf_zarr/backend.py b/src/hdmf_zarr/backend.py index 953ae28..f3a1d8e 100644 --- a/src/hdmf_zarr/backend.py +++ b/src/hdmf_zarr/backend.py @@ -738,7 +738,6 @@ def resolve_ref(self, zarr_ref): try: target_zarr_obj = target_zarr_obj[object_path] except Exception: - # breakpoint() raise ValueError("Found bad link to object %s in file %s" % (object_path, source_file)) # Return the create path return target_name, target_zarr_obj