From 98b5ab4656b35c06fcb30b12f5f4bcda75dff286 Mon Sep 17 00:00:00 2001 From: Peter Barker Date: Sun, 6 Nov 2016 08:57:00 +1100 Subject: [PATCH] Plane: remove incorrect comment about logging/in_mavlink-delay --- ArduPlane/system.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/ArduPlane/system.cpp b/ArduPlane/system.cpp index a725acf847..6f2aa8cfc7 100644 --- a/ArduPlane/system.cpp +++ b/ArduPlane/system.cpp @@ -781,8 +781,6 @@ bool Plane::should_log(uint32_t mask) } bool ret = hal.util->get_soft_armed() || DataFlash.log_while_disarmed(); if (ret && !DataFlash.logging_started() && !in_log_download) { - // we have to set in_mavlink_delay to prevent logging while - // writing headers start_logging(); } return ret;