Skip to content

Commit

Permalink
Remove debug print statements
Browse files Browse the repository at this point in the history
  • Loading branch information
Amnah199 committed Jan 20, 2025
1 parent a38bccb commit 0ac82b2
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions test/core/pipeline/features/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,6 @@ def run_pipeline(
}
results.append(_PipelineResult(outputs=outputs, run_order=run_order, component_calls=component_calls))

print("Debug - Raw span tags:")
for span in spying_tracer.spans:
if "haystack.component.input" in span.tags:
print(
f"Input for {span.tags.get('haystack.component.name')}: {span.tags['haystack.component.input']}"
)

component_calls = {
(span.tags["haystack.component.name"], span.tags["haystack.component.visits"]): span.tags[
"haystack.component.input"
Expand Down

0 comments on commit 0ac82b2

Please sign in to comment.