mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-06 12:45: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
|
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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue