From 5dedb39048aa5c0adeed579efe58dbb41786dc5f Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Sun, 1 Dec 2024 08:24:14 -0800 Subject: [PATCH] chore: remove AI comment from FileWatcher class --- aider/watch.py | 1 - 1 file changed, 1 deletion(-) 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 )