Skip to content
This repository was archived by the owner on Jun 6, 2024. It is now read-only.

Commit 847a5d4

Browse files
committed
2 parents d98d09c + 91aaad6 commit 847a5d4

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/queue.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -417,10 +417,5 @@ mod tests {
417417
println!("(Round {}) Query {}/{} ok.", rnd + 1, i + 1, ngraphs);
418418
}
419419
}
420-
// println!("Queued {} queries.", qid.lock().await.load(Ordering::SeqCst));
421-
// make sure no more tasks remain
422-
assert!(Arc::clone(&queue).lock().await.next_task().await.is_none());
423-
assert!(queue.lock().await.size() == 0);
424-
println!("Finished {:?} tasks.", nplans);
425420
}
426421
}

0 commit comments

Comments
 (0)