Skip to content

Commit

Permalink
chore: remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanaden committed Jun 25, 2024
1 parent 1568629 commit 2f1ade3
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions rm-main/src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,13 +88,6 @@ impl App {
let _ = tick_tx.send(Action::Tick);
interval.tick().await;
}

// let mut last_tick = tokio::time::Instant::now();
// let tick_rate = tokio::time::Duration::from_millis(250);
//
// if last_tick.elapsed() >= tick_rate {
// last_tick = tokio::time::Instant::now();
// }
});
Ok(Self {
should_quit: false,
Expand Down

0 comments on commit 2f1ade3

Please sign in to comment.