chore: remove AI-related comments from code

This commit is contained in:
Paul Gauthier (aider) 2024-12-01 08:23:36 -08:00
parent 99a1e42381
commit 9b0388d00a
2 changed files with 0 additions and 2 deletions

View file

@ -650,7 +650,6 @@ class RepoMap:
if not code.endswith("\n"):
code += "\n"
#ai
context = TreeContext(
rel_fname,
code,

View file

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