chore: remove debug dump() calls

This commit is contained in:
Paul Gauthier (aider) 2024-12-05 09:28:18 -08:00
parent 6b8e235f88
commit 80f83da9b8
3 changed files with 0 additions and 4 deletions

View file

@ -947,9 +947,7 @@ def main(argv=None, input=None, output=None, force_git_root=None, return_coder=F
if "show_announcements" in kwargs:
del kwargs["show_announcements"]
dump(hash(coder.file_watcher), coder.file_watcher)
coder = Coder.create(**kwargs)
dump(hash(coder.file_watcher), coder.file_watcher)
if switch.kwargs.get("show_announcements") is not False:
coder.show_announcements()