Remove debug message

This commit is contained in:
Xavier Del Campo Romero 2021-01-02 03:27:34 +01:00
parent 523b8c7144
commit 394bf97e12
1 changed files with 0 additions and 2 deletions

View File

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