remove the debug message

此提交包含在:
Sven Czarnian
2021-12-15 11:21:02 +01:00
父節點 760145731d
當前提交 cbf033f4b6

查看文件

@@ -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