diff --git a/aman/sys/Worker.py b/aman/sys/Worker.py index 7f876d0..4191d5a 100644 --- a/aman/sys/Worker.py +++ b/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()