Plane: replace message indicating that initialisation has completed

This commit is contained in:
Tatsuya Yamaguchi 2020-09-15 09:04:12 +09:00 committed by Andrew Tridgell
parent 813bc2e08a
commit c67a924801

View File

@ -210,8 +210,6 @@ void Plane::startup_ground(void)
// mid-flight, so set the serial ports non-blocking once we are
// ready to fly
serial_manager.set_blocking_writes_all(false);
gcs().send_text(MAV_SEVERITY_INFO,"Ground start complete");
}