From 87a31a583afae4fe82bdabfca97bbc30402110f4 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Tue, 29 Oct 2024 14:11:13 -0700 Subject: [PATCH] refactor: remove unused comment in EditBlockCoder --- aider/coders/editblock_coder.py | 1 - 1 file changed, 1 deletion(-) diff --git a/aider/coders/editblock_coder.py b/aider/coders/editblock_coder.py index 57da995b9..462d67b47 100644 --- a/aider/coders/editblock_coder.py +++ b/aider/coders/editblock_coder.py @@ -50,7 +50,6 @@ class EditBlockCoder(Coder): content = self.io.read_text(full_path) new_content = do_replace(full_path, content, original, updated, self.fence) if new_content: - # ai: update the edits array to reflect the actually edited file break if new_content: