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