Update router/src/queue.rs

This commit is contained in:
Nicolas Patry 2023-04-26 14:39:27 +02:00 committed by GitHub
parent 67356dc9a2
commit 8bb7f993b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -142,7 +142,6 @@ impl State {
// Get the next batch
fn next_batch(&mut self, min_size: Option<usize>, token_budget: u32) -> Option<NextBatch> {
println!("Next batch {min_size:?} {token_budget:?}");
println!("{:?}",self.entries);
if self.entries.is_empty() {
return None;