diff --git a/firmware/console/status_loop.cpp b/firmware/console/status_loop.cpp index 0d77ecfbbb..8f063c4e3e 100644 --- a/firmware/console/status_loop.cpp +++ b/firmware/console/status_loop.cpp @@ -235,8 +235,6 @@ static void printSensors(Logging *log) { // reportSensorF(log, , "V", getMafVoltage(PASS_ENGINE_PARAMETER_SIGNATURE)); // } - getAirFlowGauge(PASS_ENGINE_PARAMETER_SIGNATURE); - #if EFI_ANALOG_SENSORS if (hasMapSensor(PASS_ENGINE_PARAMETER_SIGNATURE)) { reportSensorF(log, "MAP", "kPa", getMap(PASS_ENGINE_PARAMETER_SIGNATURE), 2);