소스 검색

remove useless print message

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

+ 0 - 2
aman/sys/Worker.py

@@ -125,8 +125,6 @@ class Worker(Thread):
                 executionTime = time.process_time() - start
                 if 60.0 <= executionTime:
                     print('Optimized ' + str(len(aco.Result)) + ' inbounds in ' + str(executionTime) + ' seconds')
-            else:
-                print('No relevant inbounds found for the optimization in ' + self.Icao)
 
             self.releaseLock()