aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi.dcr@tutanota.com>2021-01-02 03:27:34 +0100
committerXavier Del Campo Romero <xavi.dcr@tutanota.com>2021-01-02 03:27:34 +0100
commit394bf97e1233954a6fc57e7ed1635910047cfc7f (patch)
tree0e42e4f367390c24950b8f90b0e79b326352eb80
parent523b8c714415c04a81e337c42ba37ee05f6773e7 (diff)
Remove debug message
-rw-r--r--Source/Game.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/Game.c b/Source/Game.c
index d53d6f8..7b2c03d 100644
--- a/Source/Game.c
+++ b/Source/Game.c
@@ -1574,8 +1574,6 @@ static void GameAircraftState(const uint8_t i)
uint8_t j;
bool bParkingBusy = false;
- DEBUG_PRINT_VAR(FlightData.nAircraft);
-
for (j = 0; j < FlightData.nAircraft; j++)
{
TYPE_AIRCRAFT_DATA* ptrAircraft = AircraftFromFlightDataIndex(j);