removing dead code

This commit is contained in:
rusefi 2017-12-12 17:26:10 -05:00
parent 544ea54ccf
commit b3b15f18e9
1 changed files with 0 additions and 3 deletions

View File

@ -175,9 +175,6 @@ static void printSensors(Logging *log, bool fileFormat) {
#if EFI_SHAFT_POSITION_INPUT || defined(__DOXYGEN__)
rpm = getRpmE(engine);
reportSensorI(log, fileFormat, "rpm", "RPM", rpm); // log column 2
// reportSensorF(log, fileFormat, "TRG_0_DUTY", "%", getTriggerDutyCycle(0), 2);
// reportSensorF(log, fileFormat, "TRG_1_DUTY", "%", getTriggerDutyCycle(1), 2);
#endif
#if EFI_PROD_CODE || defined(__DOXYGEN__)