old comment

This commit is contained in:
Matthew Kennedy 2023-09-25 11:12:23 -07:00
parent 371e2d099c
commit 4e2dbe0c15
1 changed files with 0 additions and 1 deletions

View File

@ -58,7 +58,6 @@ bool KnockControllerBase::onKnockSenseCompleted(uint8_t cylinderNumber, float db
// All-cylinders peak detector
m_knockLevel = allCylinderPeakDetector.detect(dbv, lastKnockTime);
// TODO: retard timing, then put it back!
if (isKnock) {
m_knockCount++;