Index: firmware/App/Services/SystemCommMessages.c =================================================================== diff -u -r56ae47b6766bed3f138fa3f1989431d7a439ea7a -r3eb378de95b514ceb487e35342f58e734ca678c6 --- firmware/App/Services/SystemCommMessages.c (.../SystemCommMessages.c) (revision 56ae47b6766bed3f138fa3f1989431d7a439ea7a) +++ firmware/App/Services/SystemCommMessages.c (.../SystemCommMessages.c) (revision 3eb378de95b514ceb487e35342f58e734ca678c6) @@ -3492,14 +3492,6 @@ if ( ( CONFIRMATION_REQUEST_STATUS_REJECTED == status ) || ( CONFIRMATION_REQUEST_STATUS_ACCEPTED == status ) ) { setConfirmationRequestStatus( (GENERIC_CONFIRM_ID_T)request_id, (CONFIRMATION_REQUEST_STATUS_T)status ); - - if ( GENERIC_CONFIRM_ID_UF_RATE_CHANGE_IN_TX_DURATION_CHANGE == (GENERIC_CONFIRM_ID_T)request_id ) - { - // If the user selected accept or reject on the UF rate change ID, call the below function to handle the signal - // This is to make sure if during the UF rate change process the HD Software transitioned to treatment stop, standby, fault - // or other modes the screen is not left open. - handleUFRateConfirmationMessageFromUI(); - } } }