diff --git a/aman/sys/Worker.py b/aman/sys/Worker.py index 8a923fa..c879cd4 100644 --- a/aman/sys/Worker.py +++ b/aman/sys/Worker.py @@ -125,10 +125,6 @@ class Worker(Thread): else: print('No relevant inbounds found for the optimization in ' + self.Icao) - # send the sequence to the GUI and Euroscope - sequence = self.RecedingHorizonControl.sequence() - self.Euroscope.sendSequence(self.Icao, sequence, self.WeatherModel) - self.releaseLock() def inboundSequence(self):