Skip to content

Commit

Permalink
reduce tracing amount
Browse files Browse the repository at this point in the history
  • Loading branch information
sokra committed May 16, 2023
1 parent 6229d4b commit aa1887e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions crates/turbo-tasks-memory/src/task.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1300,10 +1300,6 @@ impl Task {
}
}

#[instrument(
skip(self, id, backend, turbo_tasks),
name = "Task::add_to_scope_internal"
)]
pub(crate) fn add_to_scope_internal(
&self,
id: TaskScopeId,
Expand Down

0 comments on commit aa1887e

Please sign in to comment.