mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-28 11:20:36 +00:00
Remove a debug log message that was not intended to be added.
This was a temporary debug log message I added a long while ago, and apparently missed removing it when posting the PR.
This commit is contained in:
parent
2a6f7f6efe
commit
4ea6bcb592
@ -68,7 +68,6 @@ impl<T> SleepTracker<T> {
|
||||
let now = Instant::now();
|
||||
let mut result = Vec::new();
|
||||
while let Some(next) = self.heap.peek() {
|
||||
tracing::debug!("ERIC: now={now:?} next={:?}", next.wakeup);
|
||||
if next.wakeup < now {
|
||||
result.push(self.heap.pop().unwrap().data);
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user