Update router/src/queue.rs

This commit is contained in:
Nicolas Patry 2023-04-26 14:40:28 +02:00 committed by GitHub
parent 8bb7f993b7
commit 9c0c464983
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!("{:?}",self.entries);
if self.entries.is_empty() {
return None;
}