1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-13 07:47:14 +03:00

[2262] Remove Debug Code

This commit is contained in:
David Sangrey 2024-06-23 13:10:57 -04:00
parent d9f7b72e46
commit 5a9970e6c7
No known key found for this signature in database
GPG Key ID: 3AEADBB0186884BC

View File

@ -194,8 +194,6 @@ class HyperlinkLabel(tk.Label or ttk.Label): # type: ignore
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)