Remove commented code in `get_last_vqd`.
This commit is contained in:
parent
c49bbd2692
commit
ffa2bc9bd2
|
@ -77,10 +77,5 @@ impl Cache {
|
||||||
|
|
||||||
pub fn get_last_vqd<'a, T: From<&'a String>>(self: &'a Self) -> Option<T> {
|
pub fn get_last_vqd<'a, T: From<&'a String>>(self: &'a Self) -> Option<T> {
|
||||||
None
|
None
|
||||||
/*if self.last_vqd_time - (chrono::Local::now().timestamp_millis() as u64) < 60000 {
|
|
||||||
Some((&self.last_vqd).into())
|
|
||||||
} else {
|
|
||||||
None
|
|
||||||
} */
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue