diff --git a/axum/src/extract/path/mod.rs b/axum/src/extract/path/mod.rs index 0932d9ce..189e476e 100644 --- a/axum/src/extract/path/mod.rs +++ b/axum/src/extract/path/mod.rs @@ -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 }) } }