removing dead code

This commit is contained in:
rusefi 2017-04-10 14:59:36 -04:00
parent 95cb504d1e
commit 062c1ff6a7
1 changed files with 0 additions and 5 deletions

View File

@ -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 */
}