Skip to content

Commit

Permalink
Remove debug log.
Browse files Browse the repository at this point in the history
  • Loading branch information
sevensolutions committed Aug 11, 2024
1 parent 89851aa commit 44c69f6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -218,11 +218,6 @@ func (toa *TraefikOidcAuth) isAuthorized(rw http.ResponseWriter, token string) b
strVal := fmt.Sprintf("%v", val)
if key == assertion.Name {
if isArray {

for _, x := range fixGH10996(assertion.Values) {
log("DEBUG", "XX: %s", x)
}

// Note: Fix for https://github.com/traefik/traefik/issues/10996
if slices.Contains(fixGH10996(assertion.Values), strVal) {
found = true
Expand Down

0 comments on commit 44c69f6

Please sign in to comment.