get rid of obsolete comment

This commit is contained in:
kifir 2024-05-22 23:15:30 +03:00 committed by rusefillc
parent 025d45ec62
commit 7e33b472b6
1 changed files with 1 additions and 6 deletions

View File

@ -135,12 +135,7 @@ void LaunchControlBase::update() {
combinedConditions = isLaunchConditionMet(rpm);
//and still recalculate in case user changed the values
retardThresholdRpm = engineConfiguration->launchRpm
/*
we never had UI for 'launchAdvanceRpmRange' so it was always zero. are we supposed to forget about this dead line
or it is supposed to be referencing 'launchTimingRpmRange'?
+ (engineConfiguration->enableLaunchRetard ? engineConfiguration->launchAdvanceRpmRange : 0)
*/;
retardThresholdRpm = engineConfiguration->launchRpm;
if (!combinedConditions) {
// conditions not met, reset timer