From cbf033f4b615dfbfcbf46ada7bfa874300424067 Mon Sep 17 00:00:00 2001 From: Sven Czarnian Date: Wed, 15 Dec 2021 11:21:02 +0100 Subject: [PATCH] remove the debug message --- aman/sys/aco/Node.py | 1 - 1 file changed, 1 deletion(-) diff --git a/aman/sys/aco/Node.py b/aman/sys/aco/Node.py index 3fdbccf..58ac305 100644 --- a/aman/sys/aco/Node.py +++ b/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