Skip to content

Commit

Permalink
Removing logs added to test the retrying functionality
Browse files Browse the repository at this point in the history
Signed-off-by: khuddus shariff <[email protected]>
  • Loading branch information
Khuddusshariff0022 committed Dec 21, 2023
1 parent 3296100 commit 5f637d4
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -282,11 +282,6 @@ public MessageDTO process(MessageDTO object) {
.getErrors().get(0).getErrorCode().equalsIgnoreCase(INVALID_INPUT_PARAMETER_ERROR_CODE)) {
for (int i = 0; i < maxRetrycount; i++) {
regProcLogger.info(StatusUtil.INVALID_INPUT_PARAMETER.getMessage()+":"+StatusUtil.INVALID_INPUT_PARAMETER.getCode()+", Retrying "+(i+1)+" times");
// This log will remove later after testing why iteration is not happening in
// server before this fix
regProcLogger.info(LoggerFileConstant.SESSIONID.toString(),
LoggerFileConstant.REGISTRATIONID.toString(), registrationId,
idResponseDTO.toString());
idResponseDTO = sendIdRepoWithUin(registrationId,
registrationStatusDto.getRegistrationType(), demographicIdentity,
uinField, description);
Expand Down

0 comments on commit 5f637d4

Please sign in to comment.