mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-24 00:00:16 +02:00
Remove dbg! left in by accident
This commit is contained in:
@@ -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)))
|
||||
|
||||
Reference in New Issue
Block a user