mirror of
https://github.com/tokio-rs/axum.git
synced 2024-11-22 07:08:16 +01:00
Remove "NotFound hit" debug message (#1927)
This commit is contained in:
parent
b92b91e75e
commit
31aed243d9
1 changed files with 0 additions and 1 deletions
|
@ -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…
Reference in a new issue