diff --git a/ArduCopter/system.cpp b/ArduCopter/system.cpp index 76fc8f3083..8ee7cc81b2 100644 --- a/ArduCopter/system.cpp +++ b/ArduCopter/system.cpp @@ -224,10 +224,6 @@ void Copter::init_ardupilot() // flag that initialisation has completed ap.initialised = true; - -#if AP_PARAM_KEY_DUMP - AP_Param::show_all(hal.console, true); -#endif }