Remove obsolete comment
All checks were successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/release Pipeline was successful

This commit is contained in:
Olivier 'reivilibre' 2022-05-29 09:12:51 +01:00
parent 23e112b1be
commit ac97957394

View File

@ -72,7 +72,6 @@ impl ProgressSender {
}
pub fn send_if_overdue(&mut self) {
//info!("send if overdue...");
if Instant::now().duration_since(self.last_sent).as_millis() >= 1024 {
self.send_now(false);
}