mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 02:05:00 +00:00
chore: remove AI comment from FileWatcher class
This commit is contained in:
parent
bc759a32e3
commit
5dedb39048
1 changed files with 0 additions and 1 deletions
|
@ -172,7 +172,6 @@ class FileWatcher:
|
||||||
if line_nums:
|
if line_nums:
|
||||||
ai_comments[fname] = comments
|
ai_comments[fname] = comments
|
||||||
|
|
||||||
# feed the filenames and line numbers to render TreeContext, like repomap does ai!
|
|
||||||
res = "\n".join(
|
res = "\n".join(
|
||||||
comment for comments in ai_comments.values() if comments for comment in comments
|
comment for comments in ai_comments.values() if comments for comment in comments
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue