Remove noisy and obsolete debug output in the sitemap extractor
This commit is contained in:
parent
b254ab1231
commit
8b439c1550
|
@ -560,7 +560,6 @@ pub fn rake_sitemap(content: &[u8]) -> anyhow::Result<Vec<UrlRaked>> {
|
|||
debug!("Sitemap error {:?}", error);
|
||||
}
|
||||
}
|
||||
eprintln!("{:?}", entry);
|
||||
}
|
||||
|
||||
if urls.is_empty() {
|
||||
|
|
Loading…
Reference in New Issue