ArduSub: move logging of LogEvent::SET_HOME up

This commit is contained in:
Peter Barker 2022-01-30 16:48:06 +11:00 committed by Andrew Tridgell
parent 75db4d2d98
commit abbbfc0e85
1 changed files with 0 additions and 3 deletions

View File

@ -70,9 +70,6 @@ bool Sub::set_home(const Location& loc, bool lock)
// init inav and compass declination // init inav and compass declination
if (!home_was_set) { if (!home_was_set) {
// record home is set
AP::logger().Write_Event(LogEvent::SET_HOME);
// log new home position which mission library will pull from ahrs // log new home position which mission library will pull from ahrs
if (should_log(MASK_LOG_CMD)) { if (should_log(MASK_LOG_CMD)) {
AP_Mission::Mission_Command temp_cmd; AP_Mission::Mission_Command temp_cmd;