Stop debug-logging every incoming request

This commit is contained in:
Lambda 2024-05-22 21:29:08 +00:00 committed by Charles Hall
parent 3551a6ef7a
commit 148df18989
No known key found for this signature in database
GPG key ID: 7B8E0645816E07CF

View file

@ -364,8 +364,6 @@ async fn ar_from_request_inner(
} }
let http_request = http_request.body(body).unwrap(); let http_request = http_request.body(body).unwrap();
debug!("{:?}", http_request);
Ok(ArPieces { Ok(ArPieces {
sender_user, sender_user,
sender_device, sender_device,