Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mischnic committed Feb 4, 2025
1 parent de38d26 commit 94dc414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion turbopack/crates/turbo-tasks-backend/src/backend/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1301,7 +1301,7 @@ impl<B: BackingStorage> TurboTasksBackendInner<B> {
drop(task);

{
// let _span = tracing::trace_span!("CleanupOldEdgesOperation").entered();
let _span = tracing::trace_span!("CleanupOldEdgesOperation").entered();
// Remove outdated edges first, before removing in_progress+dirty flag.
// We need to make sure all outdated edges are removed before the task can potentially
// be scheduled and executed again
Expand Down

0 comments on commit 94dc414

Please sign in to comment.