mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-17 15:51:23 +01:00
Stop debug-logging every incoming request
This commit is contained in:
parent
3551a6ef7a
commit
148df18989
1 changed files with 0 additions and 2 deletions
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue