mirror of
https://github.com/tokio-rs/axum.git
synced 2025-03-13 19:27:53 +01:00
Remove dbg!
left in by accident
This commit is contained in:
parent
ee9032b9d1
commit
a0f6dccc5e
1 changed files with 0 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue