mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-06 04:35:00 +00:00
refactor: remove unused debug dump() call
This commit is contained in:
parent
3432a936ea
commit
0396e15a3b
1 changed files with 1 additions and 1 deletions
|
@ -1778,7 +1778,7 @@ class Coder:
|
|||
pass
|
||||
|
||||
text = ""
|
||||
dump(chunk)
|
||||
|
||||
try:
|
||||
reasoning_content = chunk.choices[0].delta.reasoning_content
|
||||
except AttributeError:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue