Explorar el Código

remove the debug message

Sven Czarnian hace 3 años
padre
commit
cbf033f4b6
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      aman/sys/aco/Node.py

+ 0 - 1
aman/sys/aco/Node.py

@@ -213,7 +213,6 @@ class Node:
                 ttg = timedelta(seconds = timeUntilIAF.total_seconds() * ttgRatio)
                 if (ttg.total_seconds() > ttgMax):
                     ttg = timedelta(seconds = ttgMax)
-                print(self.Inbound.Callsign + ': ' + str(ttg))
                 ttl = timedelta(seconds = decreasedSpeedFlighttime - flightTime.total_seconds())
                 ita = self.Inbound.ReportTime + flightTime
                 earliest = ita - ttg