mirror of
https://github.com/tokio-rs/axum.git
synced 2025-04-26 13:56:22 +02:00
Remove accidentally committed dbg!
s
This commit is contained in:
parent
00d20eb007
commit
8c081c20ab
1 changed files with 0 additions and 3 deletions
|
@ -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…
Add table
Reference in a new issue