Skip to content

Commit

Permalink
remove breakpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
mavaylon1 committed Jul 31, 2024
1 parent 78f41b8 commit a3bb83d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/hdmf_zarr/backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a3bb83d

Please sign in to comment.