mirror of
https://github.com/tokio-rs/axum.git
synced 2025-09-29 05:50:49 +00:00
Remove dbg!
left in by accident
This commit is contained in:
parent
ee9032b9d1
commit
a0f6dccc5e
@ -312,8 +312,6 @@ where
|
|||||||
}
|
}
|
||||||
|
|
||||||
fn response<E>(status: StatusCode, body: &'static str) -> Result<Response<BoxBody>, E> {
|
fn response<E>(status: StatusCode, body: &'static str) -> Result<Response<BoxBody>, E> {
|
||||||
dbg!((status, body));
|
|
||||||
|
|
||||||
let res = Response::builder()
|
let res = Response::builder()
|
||||||
.status(status)
|
.status(status)
|
||||||
.body(box_body(Full::from(body)))
|
.body(box_body(Full::from(body)))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user