Index: firmware/App/Modes/SelfTests.c =================================================================== diff -u -rd151b10e58a198a375a8434b618c72dd804976d8 -r3fc2a198a40b588b8d1a5684838be098456ad023 --- firmware/App/Modes/SelfTests.c (.../SelfTests.c) (revision d151b10e58a198a375a8434b618c72dd804976d8) +++ firmware/App/Modes/SelfTests.c (.../SelfTests.c) (revision 3fc2a198a40b588b8d1a5684838be098456ad023) @@ -580,8 +580,7 @@ WET_SELF_TESTS_STATE_T priorSubState = currentWetSelfTestsState; #ifndef _RELEASE_ - if ( ( SW_CONFIG_ENABLE_VALUE == getSoftwareConfigStatus( SW_CONFIG_DISABLE_PRIMING ) ) || - ( SW_CONFIG_ENABLE_VALUE == getSoftwareConfigStatus( SW_CONFIG_DISABLE_WET_SELF_TEST ) ) ) + if ( ( SW_CONFIG_ENABLE_VALUE == getSoftwareConfigStatus( SW_CONFIG_DISABLE_WET_SELF_TEST ) ) ) { currentWetSelfTestsState = WET_SELF_TESTS_COMPLETE_STATE; }