Index: firmware/App/Controllers/Valves.c =================================================================== diff -u -re3f1eb69b9178243dad8788a6d53be148c21fc84 -r8b73263b38f449dacc0795c67a7cf6240cb79026 --- firmware/App/Controllers/Valves.c (.../Valves.c) (revision e3f1eb69b9178243dad8788a6d53be148c21fc84) +++ firmware/App/Controllers/Valves.c (.../Valves.c) (revision 8b73263b38f449dacc0795c67a7cf6240cb79026) @@ -7,8 +7,8 @@ * * @file Valves.c * -* @author (last) Darren Cox -* @date (last) 10-Mar-2022 +* @author (last) Sean Nash +* @date (last) 13-Jul-2022 * * @author (original) Dara Navaei * @date (original) 07-Aug-2020 @@ -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 ) )