Skip to content

Commit

Permalink
Remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
gselzer committed Sep 29, 2022
1 parent d1c6d91 commit c089433
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/napari_imagej/widgets/menu.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,6 @@ def _set_icon(self, path: str):
def send_active_layer(self):
active_layer: Optional[Layer] = self.viewer.layers.selection.active
if active_layer:
# name = active_layer.name
# data = ij().py.to_java(active_layer.data)
ij().ui().show(ij().py.to_java(active_layer))
else:
log_debug("There is no active layer to export to ImageJ2")
Expand Down

0 comments on commit c089433

Please sign in to comment.