Skip to content

Commit 0e99e9b

Browse files
committed
remove logging
1 parent 77f67f9 commit 0e99e9b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

turbopack/crates/turbo-tasks-backend/src/backend/operation/aggregation_update.rs

-4
Original file line numberDiff line numberDiff line change
@@ -213,10 +213,6 @@ impl AggregatedDataUpdate {
213213
result.dirty_container_update = Some((task_id, -1));
214214
}
215215
}
216-
println!(
217-
"AggregatedDirtyContainerCount: {:?} {} -> {}",
218-
task_id, old, new
219-
);
220216
(new != 0).then_some(new)
221217
});
222218
if let Some((_, count)) = result.dirty_container_update.as_ref() {

0 commit comments

Comments
 (0)