Skip to content

Commit 2a3436a

Browse files
committed
Remove leftover print
1 parent 0a896f6 commit 2a3436a

File tree

1 file changed

+0
-1
lines changed
  • instrumentation/opentelemetry-instrumentation-botocore/src/opentelemetry/instrumentation/botocore/extensions

1 file changed

+0
-1
lines changed

instrumentation/opentelemetry-instrumentation-botocore/src/opentelemetry/instrumentation/botocore/extensions/bedrock.py

-1
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,6 @@ def on_success(self, span: Span, result: dict[str, Any]):
271271

272272
def stream_done_callback(response):
273273
self._converse_on_success(span, response)
274-
print("span.attr", span.attributes)
275274
span.end()
276275

277276
result["stream"] = ConverseStreamWrapper(

0 commit comments

Comments
 (0)