mirror of
https://github.com/tokio-rs/axum.git
synced 2026-09-07 00:00:12 +02:00
Remove "PathDeserializationError" debug message
This commit is contained in:
@@ -201,7 +201,6 @@ impl PathDeserializationError {
|
|||||||
|
|
||||||
#[track_caller]
|
#[track_caller]
|
||||||
pub(super) fn unsupported_type(name: &'static str) -> Self {
|
pub(super) fn unsupported_type(name: &'static str) -> Self {
|
||||||
println!("{}", std::panic::Location::caller());
|
|
||||||
Self::new(ErrorKind::UnsupportedType { name })
|
Self::new(ErrorKind::UnsupportedType { name })
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user