Skip to content

Commit

Permalink
Remove "PathDeserializationError" debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
davidpdrsn committed Apr 12, 2023
1 parent 31aed24 commit 8b22b94
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion axum/src/extract/path/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,6 @@ impl PathDeserializationError {

#[track_caller]
pub(super) fn unsupported_type(name: &'static str) -> Self {
println!("{}", std::panic::Location::caller());
Self::new(ErrorKind::UnsupportedType { name })
}
}
Expand Down

0 comments on commit 8b22b94

Please sign in to comment.