From a88cb454da9c0dddb695673f67c4369caf9f3222 Mon Sep 17 00:00:00 2001 From: A_D Date: Fri, 7 Aug 2020 14:54:43 +0200 Subject: [PATCH] Removed todo related to Horizons --- plugins/eddn.py | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/plugins/eddn.py b/plugins/eddn.py index db648a31..cdd64c45 100644 --- a/plugins/eddn.py +++ b/plugins/eddn.py @@ -50,12 +50,7 @@ this.shipyard = None HORIZ_SKU = 'ELITE_HORIZONS_V_PLANETARY_LANDINGS' -# TODO: -# 1, this does a bunch of magic checks for whether or not the given commander has horizons. We can get that directly -# from CAPI via commander.capabilities.Horizons -- Should this be changed to use that? did such a thing exist when -# this was written? -# -# 2, a good few of these methods are static or could be classmethods. they should be created as such. +# TODO: a good few of these methods are static or could be classmethods. they should be created as such. class EDDN: # SERVER = 'http://localhost:8081' # testing