diff --git a/crates/handlers/src/oauth2/authorization/consent.rs b/crates/handlers/src/oauth2/authorization/consent.rs index 78ee2498c..ab51bef1c 100644 --- a/crates/handlers/src/oauth2/authorization/consent.rs +++ b/crates/handlers/src/oauth2/authorization/consent.rs @@ -164,7 +164,6 @@ pub(crate) async fn get( .with_csrf(csrf_token.form_value()) .with_language(locale); - tracing::info!("asdf {:#?}", &ctx); let content = templates.render_policy_violation(&ctx)?; return Ok((cookie_jar, Html(content)).into_response());