From 41f126cad7f57b114bc0f2545044e4083d7344f0 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Fri, 25 Oct 2024 16:23:45 -0700 Subject: [PATCH] chore: disable verbose mode in watch.py --- aider/watch.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/aider/watch.py b/aider/watch.py index 733d0675e..457ecc785 100644 --- a/aider/watch.py +++ b/aider/watch.py @@ -8,8 +8,7 @@ from watchfiles import watch from aider.dump import dump # noqa -#ai turn off verbose! -VERBOSE = True +VERBOSE = False def is_source_file(path: Path) -> bool: