mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-27 00:00:24 +02:00
Removed leftover "path_router hit" debug message (#1925)
This commit is contained in:
@@ -299,10 +299,7 @@ where
|
|||||||
}
|
}
|
||||||
|
|
||||||
match self.path_router.call_with_state(req, state) {
|
match self.path_router.call_with_state(req, state) {
|
||||||
Ok(future) => {
|
Ok(future) => future,
|
||||||
println!("path_router hit");
|
|
||||||
future
|
|
||||||
}
|
|
||||||
Err((mut req, state)) => {
|
Err((mut req, state)) => {
|
||||||
let super_fallback = req
|
let super_fallback = req
|
||||||
.extensions_mut()
|
.extensions_mut()
|
||||||
|
|||||||
Reference in New Issue
Block a user