Skip to content

Commit 34fd603

Browse files
committed
fix: Remove further trace
1 parent 0a855f2 commit 34fd603

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/blueapi/service/runner.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ def stop(self):
109109
error_message=_safe_exception_message(e),
110110
)
111111

112-
@start_as_current_span(TRACER, "function", "args", "kwargs")
113112
def run(
114113
self,
115114
function: Callable[P, T],

0 commit comments

Comments
 (0)