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 f61231b commit 25e895e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sync.rs
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,6 @@ where
}
cmp::Ordering::Equal => {
let sequence = components.take_sequence();
dbg!((now, instance, sequence));
if sequence == 0 {
now = Self::wait_until_next_millisecond(&self.epoch, now, &tick_wait);
}
Expand Down

0 comments on commit 25e895e

Please sign in to comment.