Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
thorstenwagner committed Apr 15, 2024
1 parent c4bc4b0 commit c3f2963
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/napari_tomotwin/anchor_tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ def _draw_circle(
try:
center = umap_coordinates.values.tolist()[0]
except IndexError:
print("ERROR!!! UAMP")
return
modifiers = QGuiApplication.keyboardModifiers()
if modifiers == Qt.ShiftModifier:
Expand Down

0 comments on commit c3f2963

Please sign in to comment.