소스 검색

do not update the sequence after every optimization

Sven Czarnian 3 년 전
부모
커밋
60d671ea9a
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 4
      aman/sys/Worker.py

+ 0 - 4
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):