refactor: remove unused debug dump() call

This commit is contained in:
Paul Gauthier 2025-03-09 08:49:30 -07:00 committed by Paul Gauthier (aider)
parent 3432a936ea
commit 0396e15a3b

View file

@ -1778,7 +1778,7 @@ class Coder:
pass pass
text = "" text = ""
dump(chunk)
try: try:
reasoning_content = chunk.choices[0].delta.reasoning_content reasoning_content = chunk.choices[0].delta.reasoning_content
except AttributeError: except AttributeError: