Skip to content

Commit

Permalink
Fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
hasithakn committed Dec 3, 2024
1 parent f2dcee2 commit 41781c7
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,7 @@ private static void removeExistingAuthReqIdAttribute(ConsentResource consentReso
currentConsentAttributes = ConsentExtensionsDataHolder.getInstance()
.getConsentCoreService().getConsentAttributes(consentResource.getConsentID());
} catch (ConsentManagementException e) {
if (log.isDebugEnabled()) {
log.debug("Error while retrieving consent attributes.", e);
}
log.debug("Error while retrieving consent attributes.", e);
}
// Remove if existing aut_req_id is already in attributes.
if (currentConsentAttributes != null &&
Expand Down

0 comments on commit 41781c7

Please sign in to comment.