Skip to content

Commit ffa2bc9

Browse files
authored
Remove commented code in get_last_vqd.
1 parent c49bbd2 commit ffa2bc9

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/cache.rs

-5
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,5 @@ impl Cache {
7777

7878
pub fn get_last_vqd<'a, T: From<&'a String>>(self: &'a Self) -> Option<T> {
7979
None
80-
/*if self.last_vqd_time - (chrono::Local::now().timestamp_millis() as u64) < 60000 {
81-
Some((&self.last_vqd).into())
82-
} else {
83-
None
84-
} */
8580
}
8681
}

0 commit comments

Comments
 (0)