From ee4206099a496d1449feb23406a908ddc021c9be Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Sun, 1 Dec 2024 08:26:39 -0800 Subject: [PATCH] chore: remove AI comment from watch.py --- aider/watch.py | 1 - 1 file changed, 1 deletion(-) diff --git a/aider/watch.py b/aider/watch.py index 2a8672d86..5f1e3b638 100644 --- a/aider/watch.py +++ b/aider/watch.py @@ -195,7 +195,6 @@ Be sure to remove all these "ai" comments from the code! # Convert comment line numbers to line indices (0-based) lois = [ln - 1 for ln, _ in zip(line_nums, comments) if ln > 0] - #ai remove this comment! context = TreeContext( rel_fname, code,