Copter: remove debug

This commit is contained in:
Randy Mackay 2014-01-22 12:55:44 +09:00 committed by Andrew Tridgell
parent 80ae3dca2e
commit 8e08a1f8ab

View File

@ -301,7 +301,6 @@ static void Log_Write_Nav_Tuning()
desired_accel_y : accel_target.y
};
DataFlash.WriteBlock(&pkt, sizeof(pkt));
cliSerial->printf_P(PSTR("\nX:%4.2f Y:%4.2f\n"),(float)pos_target.x,(float)pos_target.y);
}
struct PACKED log_Control_Tuning {