mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-24 06:15:00 +00:00
remove debug output
This commit is contained in:
parent
a3fa9d46df
commit
579d28dcf0
1 changed files with 1 additions and 2 deletions
|
@ -18,7 +18,7 @@ from pathlib import Path
|
||||||
import git
|
import git
|
||||||
import openai
|
import openai
|
||||||
|
|
||||||
from aider.dump import dump
|
# from aider.dump import dump
|
||||||
from aider.getinput import get_input
|
from aider.getinput import get_input
|
||||||
from aider import utils
|
from aider import utils
|
||||||
from aider import prompts
|
from aider import prompts
|
||||||
|
@ -294,7 +294,6 @@ class Coder:
|
||||||
if word in addable_rel_fnames:
|
if word in addable_rel_fnames:
|
||||||
mentioned_rel_fnames.add(word)
|
mentioned_rel_fnames.add(word)
|
||||||
|
|
||||||
dump(mentioned_rel_fnames)
|
|
||||||
if not mentioned_rel_fnames:
|
if not mentioned_rel_fnames:
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue