Index: firmware/App/Controllers/DGInterface.c =================================================================== diff -u -rebf60bac3059aadf280c8bdb2c50746d8fdb910a -r9b7eeb302c8aeb9b2b6521c93ccf369b42a9e775 --- firmware/App/Controllers/DGInterface.c (.../DGInterface.c) (revision ebf60bac3059aadf280c8bdb2c50746d8fdb910a) +++ firmware/App/Controllers/DGInterface.c (.../DGInterface.c) (revision 9b7eeb302c8aeb9b2b6521c93ccf369b42a9e775) @@ -1273,10 +1273,6 @@ if ( getTargetDialInFlowRate() > 0 ) { -#ifndef _RELEASE_ - if ( getSoftwareConfigStatus( SW_CONFIG_DISABLE_DIALYSATE_TEMP_CHECK ) != SW_CONFIG_ENABLE_VALUE ) -#endif - { // check clear condition first if ( TRUE == isAlarmActive( ALARM_ID_HD_DIALYSATE_TEMP_ABOVE_SAFETY_TEMP ) ) { @@ -1296,7 +1292,6 @@ } checkPersistentAlarm(ALARM_ID_HD_DIALYSATE_TEMP_BELOW_TARGET_TEMP, isTempBelowTrigger, dgDialysateTemp, dgTrimmerTempSet ); } - } else { checkPersistentAlarm(ALARM_ID_HD_DIALYSATE_TEMP_ABOVE_SAFETY_TEMP, FALSE, dgDialysateTemp, dgTrimmerTempSet );