Skip to content

Commit

Permalink
extraneous println
Browse files Browse the repository at this point in the history
  • Loading branch information
tgeoghegan committed Jan 26, 2024
1 parent fbc1f4f commit e0d277a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions aggregator/src/aggregator/aggregation_job_creator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2720,8 +2720,6 @@ mod tests {

// Verify outstanding batches.
let mut total_max_size = 0;
println!("{outstanding_batches:?}");

for outstanding_batch in &outstanding_batches {
assert_eq!(outstanding_batch.size().start(), &0);
assert!(
Expand Down

0 comments on commit e0d277a

Please sign in to comment.