diff --git a/src/providers/sxyprn.rs b/src/providers/sxyprn.rs index 9038770..291862c 100644 --- a/src/providers/sxyprn.rs +++ b/src/providers/sxyprn.rs @@ -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();