mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-06 04:35:00 +00:00
chore: remove debug dump() calls
This commit is contained in:
parent
6b8e235f88
commit
80f83da9b8
3 changed files with 0 additions and 4 deletions
|
@ -159,7 +159,6 @@ class Coder:
|
||||||
)
|
)
|
||||||
use_kwargs.update(update) # override to complete the switch
|
use_kwargs.update(update) # override to complete the switch
|
||||||
use_kwargs.update(kwargs) # override passed kwargs
|
use_kwargs.update(kwargs) # override passed kwargs
|
||||||
dump(use_kwargs)
|
|
||||||
|
|
||||||
kwargs = use_kwargs
|
kwargs = use_kwargs
|
||||||
|
|
||||||
|
|
|
@ -999,7 +999,6 @@ class Commands:
|
||||||
|
|
||||||
if not args.strip():
|
if not args.strip():
|
||||||
self.basic_help()
|
self.basic_help()
|
||||||
dump(self.coder)
|
|
||||||
return
|
return
|
||||||
|
|
||||||
self.coder.event("interactive help")
|
self.coder.event("interactive help")
|
||||||
|
|
|
@ -947,9 +947,7 @@ def main(argv=None, input=None, output=None, force_git_root=None, return_coder=F
|
||||||
if "show_announcements" in kwargs:
|
if "show_announcements" in kwargs:
|
||||||
del kwargs["show_announcements"]
|
del kwargs["show_announcements"]
|
||||||
|
|
||||||
dump(hash(coder.file_watcher), coder.file_watcher)
|
|
||||||
coder = Coder.create(**kwargs)
|
coder = Coder.create(**kwargs)
|
||||||
dump(hash(coder.file_watcher), coder.file_watcher)
|
|
||||||
|
|
||||||
if switch.kwargs.get("show_announcements") is not False:
|
if switch.kwargs.get("show_announcements") is not False:
|
||||||
coder.show_announcements()
|
coder.show_announcements()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue