diff --git a/firmware/console/status_loop.cpp b/firmware/console/status_loop.cpp index 25d8f38745..2147c0f5bf 100644 --- a/firmware/console/status_loop.cpp +++ b/firmware/console/status_loop.cpp @@ -344,7 +344,6 @@ static void printState(void) { // ITM_SendChar(msg[i]); // } - int rpm = getRpmE(engine); if (subscription[(int) RO_TOTAL_REVOLUTION_COUNTER]) debugInt(&logger, "ckp_c", getCrankEventCounter()); if (subscription[(int) RO_RUNNING_REVOLUTION_COUNTER]) @@ -361,10 +360,6 @@ static void printState(void) { // debugInt(&logger, "idl", getIdleSwitch()); -// debugFloat(&logger, "table_spark", getAdvance(rpm, getMaf()), 2); - -// float map = getMap(); - #endif /* EFI_SHAFT_POSITION_INPUT */ }