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; }