refactor: Remove debug dump statement from file watcher

This commit is contained in:
Paul Gauthier 2025-02-04 13:14:45 -08:00 committed by Paul Gauthier (aider)
parent 37cbb5ed01
commit f20b32b01b

View file

@ -132,7 +132,6 @@ class FileWatcher:
else:
roots_to_watch = [str(self.root)]
dump(list(d for d in roots_to_watch if "tmp.benchmarks" in d))
for changes in watch(
*roots_to_watch, watch_filter=self.filter_func, stop_event=self.stop_event
):