mirror of
https://github.com/tokio-rs/axum.git
synced 2025-09-30 22:41:03 +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))
|
||||
.map_err(|err| {
|
||||
// dbg!(&err);
|
||||
PathRejection::FailedToDeserializePathParams(FailedToDeserializePathParams(err))
|
||||
})
|
||||
.map(Path)
|
||||
|
Loading…
x
Reference in New Issue
Block a user