From aa1887e2d57b9a27472a83aef76139f463260fb2 Mon Sep 17 00:00:00 2001 From: Tobias Koppers Date: Tue, 16 May 2023 14:00:42 +0000 Subject: [PATCH] reduce tracing amount --- crates/turbo-tasks-memory/src/task.rs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/crates/turbo-tasks-memory/src/task.rs b/crates/turbo-tasks-memory/src/task.rs index a15069b61a325..60848ce108967 100644 --- a/crates/turbo-tasks-memory/src/task.rs +++ b/crates/turbo-tasks-memory/src/task.rs @@ -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,