Skip to content

Commit

Permalink
removed print
Browse files Browse the repository at this point in the history
  • Loading branch information
mdecimus committed Dec 25, 2024
1 parent 6520917 commit aa4b997
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/spam-filter/src/analysis/url.rs
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ impl SpamFilterAnalyzeUrl for Server {
parts: url_parsed,
},
_ => {
let c = println!("URL {}", url.element);
// URL could not be parsed
ctx.output.urls.insert(ElementLocation::new(
UrlParts::new(url.element),
Expand Down

0 comments on commit aa4b997

Please sign in to comment.