removed debug print

This commit is contained in:
Simon
2026-05-06 13:50:47 +00:00
committed by ForgeCode
parent 5e5786010a
commit e3d62524be

View File

@@ -394,8 +394,6 @@ impl SxyprnProvider {
title = title[4..].to_string(); title = title[4..].to_string();
} }
println!("{:?}", title_links);
// Extract tags from title (words starting with #) // Extract tags from title (words starting with #)
let mut tags = Vec::new(); let mut tags = Vec::new();
let words: Vec<&str> = title.split_whitespace().collect(); let words: Vec<&str> = title.split_whitespace().collect();