From e2c74ed11d6382a376934419c4af72b0ed7bcb06 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Tue, 21 Jul 2020 15:25:38 +0100 Subject: [PATCH] plugins/inara: Removed commented out inara_notify_location() code --- plugins/inara.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/plugins/inara.py b/plugins/inara.py index a72246e9..8b4356a6 100644 --- a/plugins/inara.py +++ b/plugins/inara.py @@ -929,13 +929,6 @@ def update_location(event=None): def inara_notify_location(eventData): pass -# this.system = eventData.get('starsystemInaraURL') -# if config.get('system_provider') == 'Inara': -# # TODO: Bother with this? Just use systemaddress URL version when we detect it -# this.system_link['url'] = this.system # Override standard URL function -# this.station = eventData.get('stationInaraURL') -# if config.get('station_provider') == 'Inara': -# this.station_link['url'] = this.station or this.system # Override standard URL function # Call inara_notify_ship() in interested plugins with Inara's response when changing ship def update_ship(event=None):