Index: firmware/App/Modes/Prime.c =================================================================== diff -u -r7d373c4a2798542bc39a139a10b3d59c4a355807 -r3ddc95eb7a9b5fe45ba2fdb728d57f3adeb6e114 --- firmware/App/Modes/Prime.c (.../Prime.c) (revision 7d373c4a2798542bc39a139a10b3d59c4a355807) +++ firmware/App/Modes/Prime.c (.../Prime.c) (revision 3ddc95eb7a9b5fe45ba2fdb728d57f3adeb6e114) @@ -840,21 +840,11 @@ signalResumeSelfTests(); } -#ifndef _RELEASE_ - if ( getSoftwareConfigStatus( SW_CONFIG_DISABLE_WET_SELF_TEST ) != SW_CONFIG_ENABLE_VALUE ) -#endif - { - execWetSelfTests(); - } + execWetSelfTests(); if ( TRUE == isWetSelfTestsPassed() ) { -#ifndef _RELEASE_ - if ( SW_CONFIG_ENABLE_VALUE == getSoftwareConfigStatus( SW_CONFIG_DISABLE_WET_SELF_TEST ) ) -#endif - { - state = HD_PRIME_COMPLETE; - } + state = HD_PRIME_COMPLETE; } if ( TRUE == doesAlarmStatusIndicateStop() )