mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 17:55:01 +00:00
cleanup
This commit is contained in:
parent
a3285edc4f
commit
2cdf86b479
1 changed files with 0 additions and 2 deletions
|
@ -526,8 +526,6 @@ def main(argv=None, input=None, output=None, force_git_root=None):
|
|||
io.tool_output("Option settings:")
|
||||
for arg, val in sorted(vars(args).items()):
|
||||
io.tool_output(f" - {arg}: {scrub_sensitive_info(str(val))}")
|
||||
if args.openai_organization_id:
|
||||
io.tool_output(f" - openai_organization_id: {args.openai_organization_id}")
|
||||
|
||||
io.tool_output(*sys.argv, log_only=True)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue