chore: remove AI comment from FileWatcher class

This commit is contained in:
Paul Gauthier (aider) 2024-12-01 08:24:14 -08:00
parent bc759a32e3
commit 5dedb39048

View file

@ -172,7 +172,6 @@ class FileWatcher:
if line_nums:
ai_comments[fname] = comments
# feed the filenames and line numbers to render TreeContext, like repomap does ai!
res = "\n".join(
comment for comments in ai_comments.values() if comments for comment in comments
)