Index: firmware/App/Controllers/Valves.c =================================================================== diff -u -r19a8bf98a7154e24c35da25225d4b55bf70ddd09 -r9bf209fc5813b7e806f51f408ece77174a336c9b --- firmware/App/Controllers/Valves.c (.../Valves.c) (revision 19a8bf98a7154e24c35da25225d4b55bf70ddd09) +++ firmware/App/Controllers/Valves.c (.../Valves.c) (revision 9bf209fc5813b7e806f51f408ece77174a336c9b) @@ -621,13 +621,6 @@ VALVE_STATE_T state = VALVE_STATE_HOMING_NOT_STARTED; OPN_CLS_STATE_T frontDoor = getSwitchStatus( FRONT_DOOR ); -#ifndef _RELEASE_ - if ( SW_CONFIG_ENABLE_VALUE == getSoftwareConfigStatus( SW_CONFIG_DISABLE_SWITCHES_MONITOR ) ) - { - frontDoor = STATE_CLOSED; - } -#endif - // If homing has been requested or POST is completed and the door has been close for the specified // Period of time, start the homing process if ( ( VALVE_SELF_TEST_COMPLETE == valveSelfTestState ) && ( ( TRUE == valvesStatus[ valve ].hasHomingBeenRequested ) || ( STATE_CLOSED == frontDoor ) )