diff --git a/aider/watch.py b/aider/watch.py index f3a137907..743b461c5 100644 --- a/aider/watch.py +++ b/aider/watch.py @@ -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 )