mirror of
https://github.com/tokio-rs/axum.git
synced 2025-09-28 05:20:46 +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> {
|
||||
dbg!((status, body));
|
||||
|
||||
let res = Response::builder()
|
||||
.status(status)
|
||||
.body(box_body(Full::from(body)))
|
||||
|
Loading…
x
Reference in New Issue
Block a user