mirror of
https://github.com/tokio-rs/axum.git
synced 2025-10-02 15:24:54 +00:00
Remove accidentally committed dbg!
s
This commit is contained in:
parent
00d20eb007
commit
8c081c20ab
@ -191,11 +191,8 @@ where
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
// dbg!(¶ms);
|
|
||||||
|
|
||||||
T::deserialize(de::PathDeserializer::new(params))
|
T::deserialize(de::PathDeserializer::new(params))
|
||||||
.map_err(|err| {
|
.map_err(|err| {
|
||||||
// dbg!(&err);
|
|
||||||
PathRejection::FailedToDeserializePathParams(FailedToDeserializePathParams(err))
|
PathRejection::FailedToDeserializePathParams(FailedToDeserializePathParams(err))
|
||||||
})
|
})
|
||||||
.map(Path)
|
.map(Path)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user