Skip to content

Commit 482b3c6

Browse files
committed
chore: remove debug line
1 parent e451b3d commit 482b3c6

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

internal/controller/oidc_controller.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,6 @@ func (controller *OIDCController) Token(c *gin.Context) {
309309
return
310310
}
311311

312-
tlog.App.Debug().Str("challenge", entry.CodeChallenge).Str("verifier", req.CodeVerifier).Msg("Validating PKCE")
313312
ok := controller.oidc.ValidatePKCE(entry.CodeChallenge, req.CodeVerifier)
314313

315314
if !ok {

0 commit comments

Comments
 (0)