mirror of
https://github.com/element-hq/matrix-authentication-service.git
synced 2026-09-17 01:35:01 +00:00
Remove debug log
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user