Skip to content

Commit

Permalink
Remove print statement
Browse files Browse the repository at this point in the history
Somehow it slipped through #320
  • Loading branch information
gselzer committed Dec 19, 2024
1 parent bb8e4f1 commit 5ed68eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/napari_imagej/widgets/napari_imagej.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ def wait_for_finalization(self):

@Slot(object)
def _handle_output(self, data):
print(f"handling {data}")
if isinstance(data, Layer):
self.napari_viewer.add_layer(data)
elif isinstance(data, dict):
Expand Down

0 comments on commit 5ed68eb

Please sign in to comment.