Skip to content

Commit 31aed24

Browse files
authored
Remove "NotFound hit" debug message (#1927)
1 parent b92b91e commit 31aed24

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

axum/src/routing/not_found.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ where
2929
}
3030

3131
fn call(&mut self, _req: Request<B>) -> Self::Future {
32-
println!("NotFound hit");
3332
ready(Ok(StatusCode::NOT_FOUND.into_response()))
3433
}
3534
}

0 commit comments

Comments
 (0)