Index: firmware/App/Modes/Prime.c =================================================================== diff -u -r83156b9098cc97a7402db4efba5320fac8284ce4 -ra50b999266616eb3d0661846cd31bb395c8a7e12 --- firmware/App/Modes/Prime.c (.../Prime.c) (revision 83156b9098cc97a7402db4efba5320fac8284ce4) +++ firmware/App/Modes/Prime.c (.../Prime.c) (revision a50b999266616eb3d0661846cd31bb395c8a7e12) @@ -199,12 +199,7 @@ signalDialInPumpHardStop(); signalDialOutPumpHardStop(); stopSyringePump(); -#ifndef _RELEASE_ - if ( SW_CONFIG_DISABLE_VALUE == getSoftwareConfigStatus( SW_CONFIG_DISABLE_AIR_PUMP ) ) -#endif - { - setAirPumpState( AIR_PUMP_STATE_OFF ); - } + setAirPumpState( AIR_PUMP_STATE_OFF ); // Set valves to default positions setValveAirTrap( STATE_CLOSED );