Remove debug log

This commit is contained in:
Eric Eastwood
2026-05-06 11:20:35 -05:00
parent 6d1b91dd4f
commit 373dcfb5ee
@@ -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());