From 985f0f0a333f7c7f54efcf5e83500083caa76708 Mon Sep 17 00:00:00 2001 From: rusEFI LLC Date: Tue, 23 Apr 2024 21:03:03 -0400 Subject: [PATCH] only: dead --- firmware/development/engine_sniffer.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/firmware/development/engine_sniffer.cpp b/firmware/development/engine_sniffer.cpp index d1fbc46e62..8a3329351d 100644 --- a/firmware/development/engine_sniffer.cpp +++ b/firmware/development/engine_sniffer.cpp @@ -169,8 +169,6 @@ void WaveChart::addEvent3(const char *name, const char * msg) { if (skipUntilEngineCycle != 0 && getRevolutionCounter() < skipUntilEngineCycle) return; #if EFI_SIMULATOR - // todo: add UI control to enable this for firmware if desired - // engineConfiguration->alignEngineSnifferAtTDC && if (!collectingData) { return; }