We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77f67f9 commit 0e99e9bCopy full SHA for 0e99e9b
turbopack/crates/turbo-tasks-backend/src/backend/operation/aggregation_update.rs
@@ -213,10 +213,6 @@ impl AggregatedDataUpdate {
213
result.dirty_container_update = Some((task_id, -1));
214
}
215
216
- println!(
217
- "AggregatedDirtyContainerCount: {:?} {} -> {}",
218
- task_id, old, new
219
- );
220
(new != 0).then_some(new)
221
});
222
if let Some((_, count)) = result.dirty_container_update.as_ref() {
0 commit comments