Skip to content

Commit 432e413

Browse files
author
Andrei Bratu
committed
removed print statement
1 parent 3a9e56d commit 432e413

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/utilities/test_flow_decorator.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ def test_decorators_without_flow(
9494
# 0. Intercepted OpenAI call, which is ignored by the exporter
9595
# 1. Tool Span (called after the OpenAI call but before the Prompt Span finishes)
9696
# 2. Prompt Span
97-
print("WOW", [span.name for span in spans])
9897
assert len(spans) == 3
9998
assert read_from_opentelemetry_span(
10099
span=spans[1],

0 commit comments

Comments
 (0)