Skip to content

Commit

Permalink
Remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Mallory Wittwer committed Aug 22, 2024
1 parent 012a645 commit 3008624
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/napari_label_focus/_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,6 @@ def handle_selected_table_label_changed(self, selected_table_label):
y1 = int(sub_df['bbox-4'].values[0])
z0 = int(sub_df['bbox-2'].values[0])
z1 = int(sub_df['bbox-5'].values[0])
# x0 = int(self.df["bbox-0"].values[row])
# x1 = int(self.df["bbox-3"].values[row])
# y0 = int(self.df["bbox-1"].values[row])
# y1 = int(self.df["bbox-4"].values[row])
# z0 = int(self.df["bbox-2"].values[row])
# z1 = int(self.df["bbox-5"].values[row])

label_size = max(x1 - x0, y1 - y0, z1 - z0)

Expand Down

0 comments on commit 3008624

Please sign in to comment.