Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislearn committed Jan 23, 2025
1 parent aa7e2aa commit 29b036e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/core/src/routing/filters/path.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 29b036e

Please sign in to comment.