refactor: remove unused comment in EditBlockCoder

This commit is contained in:
Paul Gauthier 2024-10-29 14:11:13 -07:00 committed by Paul Gauthier (aider)
parent 7553104433
commit 87a31a583a

View file

@ -50,7 +50,6 @@ class EditBlockCoder(Coder):
content = self.io.read_text(full_path) content = self.io.read_text(full_path)
new_content = do_replace(full_path, content, original, updated, self.fence) new_content = do_replace(full_path, content, original, updated, self.fence)
if new_content: if new_content:
# ai: update the edits array to reflect the actually edited file
break break
if new_content: if new_content: