Skip to content

Commit b11af55

Browse files
committed
remove print statement
1 parent d4101a3 commit b11af55

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

schematic_api/api/routes.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ def set_up_tracing() -> None:
8282
trace.get_tracer_provider().add_span_processor(
8383
BatchSpanProcessor(OTLPSpanExporter())
8484
)
85-
print("going through here")
8685
elif tracing_export == "file":
8786
timestamp_millis = int(time.time() * 1000)
8887
file_name = f"otel_spans_integration_testing_{timestamp_millis}.ndjson"

0 commit comments

Comments
 (0)