Skip to content

Commit

Permalink
Removed MyInfo PersonData logging
Browse files Browse the repository at this point in the history
  • Loading branch information
vihangpatil committed Nov 21, 2019
1 parent c68cfed commit d55f8d9
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -228,11 +228,9 @@ object MyInfoClientSingleton : MyInfoKycService {
}

if (config.myInfoApiEnableSecurity && httpMethod == GET) {
// TODO vihang: Remove after initial testing is done.
logger.info("jwe PersonData: {}", content)
// logger.info("jwe PersonData: {}", content)
val jws = decodeJweCompact(content)
// TODO vihang: Remove after initial testing is done.
logger.info("jws PersonData: {}", jws)
// logger.info("jws PersonData: {}", jws)
return getPersonDataFromJwsClaims(jws)
}

Expand Down

0 comments on commit d55f8d9

Please sign in to comment.