Skip to content

Commit

Permalink
Remove leftover print
Browse files Browse the repository at this point in the history
  • Loading branch information
xrmx committed Jan 24, 2025
1 parent 0a896f6 commit 2a3436a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,6 @@ def on_success(self, span: Span, result: dict[str, Any]):

def stream_done_callback(response):
self._converse_on_success(span, response)
print("span.attr", span.attributes)
span.end()

result["stream"] = ConverseStreamWrapper(
Expand Down

0 comments on commit 2a3436a

Please sign in to comment.