AP_Scheduler: remove unused ins error count logging

This commit is contained in:
Peter Barker 2018-04-04 21:19:05 +10:00 committed by Francisco Ferreira
parent be634a893f
commit c4ea83177f
1 changed files with 0 additions and 1 deletions

View File

@ -278,7 +278,6 @@ void AP_Scheduler::Log_Write_Performance()
num_long_running : perf_info.get_num_long_running(),
num_loops : perf_info.get_num_loops(),
max_time : perf_info.get_max_time(),
ins_error_count : AP::ins().error_count(),
mem_avail : hal.util->available_memory(),
load : (uint16_t)(load_average() * 1000)
};