We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b92b91e commit 31aed24Copy full SHA for 31aed24
1 file changed
axum/src/routing/not_found.rs
@@ -29,7 +29,6 @@ where
29
}
30
31
fn call(&mut self, _req: Request<B>) -> Self::Future {
32
- println!("NotFound hit");
33
ready(Ok(StatusCode::NOT_FOUND.into_response()))
34
35
0 commit comments