From 041322ef9cae0ebeca64fa093ce23ec87945d8c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guillermo=20C=C3=A9spedes=20Tab=C3=A1rez?= <1295883+dertin@users.noreply.github.com> Date: Mon, 3 Mar 2025 06:10:45 -0300 Subject: [PATCH] misc: remove debug print --- actix-web/src/resource.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/actix-web/src/resource.rs b/actix-web/src/resource.rs index 0fb2cd23..104adabf 100644 --- a/actix-web/src/resource.rs +++ b/actix-web/src/resource.rs @@ -472,7 +472,6 @@ where #[cfg(feature = "resources-introspection")] { - println!("resources"); crate::introspection::process_introspection( Rc::clone(&Rc::new(rmap.clone())), rdef_methods,