Skip to content

Commit

Permalink
code cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: mineme0110 <[email protected]>
  • Loading branch information
mineme0110 committed Dec 13, 2024
1 parent 28f6291 commit 7f9cbde
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1260,10 +1260,7 @@ class CredentialServiceImpl(
.fromOption(record.offerCredentialData)
.orElse(ZIO.dieMessage(s"Offer credential data not found in record: ${recordId.value}"))
preview = offerCredentialData.body.credential_preview
_ = println(s"+++++++++++++++++++++$preview")
claims <- CredentialService.convertAttributesToJsonClaims(preview.body.attributes).orDieAsUnmanagedFailure
_ = println(s"+++++++++++++++++++++$claims")

jwtPresentation <- validateRequestCredentialDataProof(maybeOfferOptions, requestJwt)
.tapError(error =>
credentialRepository
Expand Down

0 comments on commit 7f9cbde

Please sign in to comment.