Skip to content

Commit

Permalink
remove logging
Browse files Browse the repository at this point in the history
  • Loading branch information
sokra authored and bgw committed Oct 9, 2024
1 parent 6eb766a commit 9ae7607
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -213,10 +213,6 @@ impl AggregatedDataUpdate {
result.dirty_container_update = Some((task_id, -1));
}
}
println!(
"AggregatedDirtyContainerCount: {:?} {} -> {}",
task_id, old, new
);
(new != 0).then_some(new)
});
if let Some((_, count)) = result.dirty_container_update.as_ref() {
Expand Down

0 comments on commit 9ae7607

Please sign in to comment.