Skip to content
This repository has been archived by the owner on Mar 18, 2024. It is now read-only.

Commit

Permalink
Merge pull request #93 from w3c/rl-integration
Browse files Browse the repository at this point in the history
removed fmt log printout
  • Loading branch information
UlfBj authored Dec 15, 2023
2 parents 5ba1b7e + 7350cd9 commit 9ea1242
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion utils/datatypes.go
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,6 @@ func (popToken PopToken) CheckThumb(thumprint string) (bool, string) {

func (popToken *PopToken) CheckAud(aud string) (bool, string) {
if valid := popToken.PayloadClaims["aud"] == aud; !valid {
fmt.Println(aud + " ===== " + popToken.PayloadClaims["aud"])
return false, "Aud not valid"
}
return true, ""
Expand Down

0 comments on commit 9ea1242

Please sign in to comment.