Skip to content

Commit

Permalink
Revert "chore: add vp token log (#1344)" (#1345)
Browse files Browse the repository at this point in the history
This reverts commit 987a083.
  • Loading branch information
fqutishat authored Jun 21, 2023
1 parent 987a083 commit 5c1c2da
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/restapi/v1/verifier/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -553,8 +553,6 @@ func (c *Controller) verifyAuthorizationResponseTokens(
var processedVPTokens []*oidc4vp.ProcessedVPToken

for _, vpt := range authResp.VPToken {
logger.Info("vp token", log.WithID(vpt))

vpTokenClaims, signer, err := validateVPToken(vpt, c.jwtVerifier)
if err != nil {
return nil, err
Expand Down

0 comments on commit 5c1c2da

Please sign in to comment.