Skip to content

Commit

Permalink
remove task_execution_completed span
Browse files Browse the repository at this point in the history
  • Loading branch information
sokra committed Jan 29, 2025
1 parent 7ac9a2a commit 457ce68
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion turbopack/crates/turbo-tasks-backend/src/backend/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1134,7 +1134,6 @@ impl<B: BackingStorage> TurboTasksBackendInner<B> {
stateful: bool,
turbo_tasks: &dyn TurboTasksBackendApi<TurboTasksBackend<B>>,
) -> bool {
let _span = tracing::trace_span!("task execution completed").entered();
let mut ctx = self.execute_context(turbo_tasks);
let mut task = ctx.task(task_id, TaskDataCategory::All);
let Some(in_progress) = get_mut!(task, InProgress) else {
Expand Down

0 comments on commit 457ce68

Please sign in to comment.