Skip to content

Commit

Permalink
remove redundant print
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-gtokernliang committed Dec 19, 2024
1 parent bab6fee commit 9ab5db6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ def export(self, spans: Sequence[ReadableSpan]) -> SpanExportResult:

except Exception as e:
logger.error("Error exporting spans to the database: %s", e)
print("Error exporting spans to the database: %s", e)
return SpanExportResult.FAILURE

return SpanExportResult.SUCCESS

0 comments on commit 9ab5db6

Please sign in to comment.