mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 16:54:59 +00:00
chore: remove AI-related comments from code
This commit is contained in:
parent
99a1e42381
commit
9b0388d00a
2 changed files with 0 additions and 2 deletions
|
@ -650,7 +650,6 @@ class RepoMap:
|
|||
if not code.endswith("\n"):
|
||||
code += "\n"
|
||||
|
||||
#ai
|
||||
context = TreeContext(
|
||||
rel_fname,
|
||||
code,
|
||||
|
|
|
@ -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
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue