Skip to content

Commit

Permalink
remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
vmidyllic committed Jun 10, 2022
1 parent a5f0d63 commit 442679c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions auth.go
Original file line number Diff line number Diff line change
Expand Up @@ -163,9 +163,6 @@ func (v *Verifier) FullVerify(ctx context.Context, token string, request protoco
if err != nil {
return nil, err
}
tt, _ := t.CompactSerialize()
fmt.Println(tt)

// parse jwz payload as json message
var authMsgResponse protocol.AuthorizationResponseMessage
msg := t.GetPayload()
Expand Down

0 comments on commit 442679c

Please sign in to comment.