Skip to content

Commit

Permalink
Update src/sync.rs
Browse files Browse the repository at this point in the history
Co-authored-by: MrGunflame <[email protected]>
  • Loading branch information
Qqwy and MrGunflame authored Feb 24, 2024
1 parent 25e895e commit 2a8441c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/sync.rs
Original file line number Diff line number Diff line change
Expand Up @@ -271,10 +271,6 @@ where
F: Fn(),
{
loop {
println!(
"Waiting until the next millisecond from {}",
last_millisecond
);
let now = epoch.elapsed().as_millis() as u64;
if now > last_millisecond {
return now;
Expand Down

0 comments on commit 2a8441c

Please sign in to comment.