Skip to content

Commit 98c67f0

Browse files
remove print
1 parent 4b965c4 commit 98c67f0

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/conftest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,6 @@ def inner(spans, root_span=None):
483483

484484
by_parent = {}
485485
for span in spans:
486-
print(span)
487486
if "parent_span_id" not in span:
488487
root_span = span
489488
continue

0 commit comments

Comments
 (0)