diff --git a/src/api/ruma_wrapper/axum.rs b/src/api/ruma_wrapper/axum.rs index 14655976..c3c7c57d 100644 --- a/src/api/ruma_wrapper/axum.rs +++ b/src/api/ruma_wrapper/axum.rs @@ -364,8 +364,6 @@ async fn ar_from_request_inner( } let http_request = http_request.body(body).unwrap(); - debug!("{:?}", http_request); - Ok(ArPieces { sender_user, sender_device,