Skip to content

Commit c2f02d4

Browse files
committed
removed temp. debug
1 parent 2e502e3 commit c2f02d4

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

internals/proxy/middlewares/auth.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,6 @@ func getAuthType(str string) authType {
3636
}
3737

3838
func isValidToken(tokens []string, match string) (bool) {
39-
for _, token := range tokens {
40-
log.Debug("Checking Token: " + token[:2] + strings.Repeat("X", len(token) - 2))
41-
}
42-
43-
log.Debug("Against: " + match[:2] + strings.Repeat("X", len(match) - 2))
44-
4539
return slices.Contains(tokens, match)
4640
}
4741

0 commit comments

Comments
 (0)