Index: firmware/App/Controllers/AirTrap.c =================================================================== diff -u -rb0e7750d1f612f98d21513eb18d0971fa1c7547a -rcc2aeed2bef39ae4e5d3b2f9b887bdc902b0d414 --- firmware/App/Controllers/AirTrap.c (.../AirTrap.c) (revision b0e7750d1f612f98d21513eb18d0971fa1c7547a) +++ firmware/App/Controllers/AirTrap.c (.../AirTrap.c) (revision cc2aeed2bef39ae4e5d3b2f9b887bdc902b0d414) @@ -437,7 +437,6 @@ // Transition back to closed state when air trap lower level operation completed when air detected at upper level else if ( ( TRUE == didTimeout( airTrapLowerStartTime, airPumpStopTime ) ) || ( AIR_TRAP_LEVEL_AIR == getRawLevelSensorState( H16_LEVL ) ) ) - { setAirPumpState( AIR_PUMP_STATE_OFF, AIR_PUMP_MOTOR_OFF ); set3WayValveState( H13_VALV, VALVE_3WAY_COMMON_TO_CLOSED_STATE );