Skip to content

Commit

Permalink
omics/managers: remove debugging code, fix error message spelling
Browse files Browse the repository at this point in the history
Fixup for commit 681d7f1
  • Loading branch information
robert102 committed Nov 20, 2024
1 parent a8f8a69 commit 800f36e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mibios/omics/managers.py
Original file line number Diff line number Diff line change
Expand Up @@ -1326,8 +1326,7 @@ def full_update(self):
if is_new:
print(' [not saved]')
else:
print(' [but iwe\'re keeping it?!]')
breakpoint()
print(' [but we\'re keeping it?!]')
continue
else:
if is_new:
Expand Down

0 comments on commit 800f36e

Please sign in to comment.