diff --git a/crates/core/src/routing/filters/path.rs b/crates/core/src/routing/filters/path.rs index f70f1296e..cfc8f27b2 100644 --- a/crates/core/src/routing/filters/path.rs +++ b/crates/core/src/routing/filters/path.rs @@ -266,7 +266,6 @@ impl PathWisp for CharsWisp { state.forward(max_width); state.params.insert(&self.name, chars.into_iter().collect()); #[cfg(feature = "matched-path")] - println!("push ========- {}", self.name); state.matched_parts.push(format!("{{{}}}", self.name)); return true; }