mirror of
https://github.com/tokio-rs/axum.git
synced 2025-03-31 11:49:55 +02:00
Remove "PathDeserializationError" debug message
This commit is contained in:
parent
31aed243d9
commit
8b22b94582
1 changed files with 0 additions and 1 deletions
|
@ -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 })
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue