mirror of
https://github.com/tokio-rs/axum.git
synced 2025-10-02 15:24:54 +00:00
Remove "NotFound hit" debug message (#1927)
This commit is contained in:
parent
b92b91e75e
commit
31aed243d9
@ -29,7 +29,6 @@ where
|
||||
}
|
||||
|
||||
fn call(&mut self, _req: Request<B>) -> Self::Future {
|
||||
println!("NotFound hit");
|
||||
ready(Ok(StatusCode::NOT_FOUND.into_response()))
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user