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,