diff --git a/aider/watch.py b/aider/watch.py index 87e5ddcad..2a8672d86 100644 --- a/aider/watch.py +++ b/aider/watch.py @@ -195,7 +195,7 @@ 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: just remove this comment! + #ai remove this comment! context = TreeContext( rel_fname, code,