chore: disable verbose mode in watch.py

This commit is contained in:
Paul Gauthier (aider) 2024-10-25 16:23:45 -07:00
parent c26d7d23b5
commit 41f126cad7

View file

@ -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: