removed debug print
This commit is contained in:
@@ -394,8 +394,6 @@ impl SxyprnProvider {
|
||||
title = title[4..].to_string();
|
||||
}
|
||||
|
||||
println!("{:?}", title_links);
|
||||
|
||||
// Extract tags from title (words starting with #)
|
||||
let mut tags = Vec::new();
|
||||
let words: Vec<&str> = title.split_whitespace().collect();
|
||||
|
||||
Reference in New Issue
Block a user