From 03b36cbe39a86d7108d34ec1c252d21734a46e0a Mon Sep 17 00:00:00 2001 From: Athanasius Date: Wed, 5 Oct 2022 16:15:08 +0100 Subject: [PATCH] EDDN: Improve export_journal_fcmaterials "don't send" comment --- plugins/eddn.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugins/eddn.py b/plugins/eddn.py index 1f9ee487..d9cb6809 100644 --- a/plugins/eddn.py +++ b/plugins/eddn.py @@ -1350,8 +1350,7 @@ class EDDN: # } # ] # } - - # TODO: Check we're configured to send station data + # Abort if we're not configured to send 'station' data. if not config.get_int('output') & config.OUT_EDDN_SEND_STATION_DATA: return None