Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-gtokernliang committed Jan 4, 2025
1 parent 90ff74c commit 0a5668d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/core/trulens/experimental/otel_tracing/core/exporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import logging
import os
import tempfile
import traceback
from typing import Optional, Sequence

from opentelemetry.sdk.trace import ReadableSpan
Expand Down Expand Up @@ -110,8 +109,6 @@ def check_if_trulens_span(span: ReadableSpan) -> bool:
).collect()

except Exception as e:
print(f"Error uploading the csv file to the stage: {e}")
traceback.print_exc()
logger.error(f"Error uploading the csv file to the stage: {e}")
return SpanExportResult.FAILURE

Expand Down

0 comments on commit 0a5668d

Please sign in to comment.