Remove "PathDeserializationError" debug message

This commit is contained in:
David Pedersen 2023-04-12 09:19:00 +02:00
parent 31aed243d9
commit 8b22b94582

View file

@ -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 })
}
}