Skip to content

Commit

Permalink
Remove commented code in get_last_vqd.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmad-A0 authored Aug 5, 2024
1 parent c49bbd2 commit ffa2bc9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/cache.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,5 @@ impl Cache {

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

0 comments on commit ffa2bc9

Please sign in to comment.