Skip to content

Commit 144405e

Browse files
committed
Update
1 parent c7cbeea commit 144405e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/dart/lib/src/scope.dart

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,6 @@ class Scope {
6363
/// Active spans are used to automatically parent new spans.
6464
/// When a new span is started with `active: true` (the default), it becomes
6565
/// a child of the currently active span.
66-
///
67-
/// The active spans are maintained as a stack - the most recently set span
68-
/// is the current active span.
6966
@internal
7067
void setActiveSpan(Span span) {
7168
_activeSpans.add(span);

0 commit comments

Comments
 (0)