mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-25 06:44:59 +00:00
refactor: Remove debug dump statement from file watcher
This commit is contained in:
parent
37cbb5ed01
commit
f20b32b01b
1 changed files with 0 additions and 1 deletions
|
@ -132,7 +132,6 @@ class FileWatcher:
|
||||||
else:
|
else:
|
||||||
roots_to_watch = [str(self.root)]
|
roots_to_watch = [str(self.root)]
|
||||||
|
|
||||||
dump(list(d for d in roots_to_watch if "tmp.benchmarks" in d))
|
|
||||||
for changes in watch(
|
for changes in watch(
|
||||||
*roots_to_watch, watch_filter=self.filter_func, stop_event=self.stop_event
|
*roots_to_watch, watch_filter=self.filter_func, stop_event=self.stop_event
|
||||||
):
|
):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue