removed print

This commit is contained in:
mdecimus
2024-12-25 10:39:21 +01:00
parent 65209174f0
commit aa4b9978c2

View File

@@ -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),