removed unimportant prints
This commit is contained in:
@@ -40,7 +40,6 @@ impl NoodlemagazineProvider {
|
||||
let old_items = match cache.get(&video_url) {
|
||||
Some((time, items)) => {
|
||||
if time.elapsed().unwrap_or_default().as_secs() < 60 * 5 {
|
||||
println!("Cache hit for URL: {}", video_url);
|
||||
return Ok(items.clone());
|
||||
} else {
|
||||
items.clone()
|
||||
|
||||
Reference in New Issue
Block a user