mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-19 00:00:14 +02:00
Remove "PathDeserializationError" debug message
This commit is contained in:
@@ -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 })
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user