Skip to content

Commit

Permalink
[2262] Remove Debug Code
Browse files Browse the repository at this point in the history
  • Loading branch information
Rixxan committed Jun 23, 2024
1 parent d9f7b72 commit 5a9970e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ttkHyperlinkLabel.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,6 @@ def _contextmenu(self, event: tk.Event) -> None:
menu.add_command(label=tr.tl('Copy'), command=self.copy) # As in Copy and Paste

if self.name == 'ship':
# TODO: Get SLEF from Inara
print(bool(monitor.slef))
menu.add_command(label=tr.tl('Copy INARA SLEF'), command=self.copy_slef, state=tk.DISABLED)
menu.entryconfigure(1, state=monitor.slef and tk.NORMAL or tk.DISABLED)

Expand Down

0 comments on commit 5a9970e

Please sign in to comment.