Skip to content

Commit

Permalink
Merge pull request #54 from AMDmi3/unused-code
Browse files Browse the repository at this point in the history
Remove unused line from example code
  • Loading branch information
lambdalisue authored Oct 9, 2024
2 parents b8f5df2 + d7ee814 commit f854e88
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ let collector = Collector::default();
collector.describe();
loop {
let s = Instant::now();
// Periodically call `collect()` method to update information.
collector.collect();
thread::sleep(Duration::from_millis(750));
Expand Down

0 comments on commit f854e88

Please sign in to comment.