Skip to content
Snippets Groups Projects
Commit e3cd4947 authored by Randy Mackay's avatar Randy Mackay
Browse files

Copter: remove debug message

parent 7a2afb74
No related branches found
No related tags found
No related merge requests found
......@@ -253,8 +253,6 @@ static void pre_arm_checks(bool display_failure)
gcs_send_text_P(SEVERITY_HIGH,PSTR("PreArm: Check mag field"));
}
return;
}else{
cliSerial->printf_P(PSTR("\nMagField: %4.2f vs %4.2f ~ %4.2f"),mag_field, (float)COMPASS_MAGFIELD_EXPECTED*1.5, COMPASS_MAGFIELD_EXPECTED*0.5);
}
// barometer health check
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment