From 50f203cc8a662e8cb883fbb7df014275d5d3fa69 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Sat, 7 Dec 2024 11:07:59 -0800 Subject: [PATCH] cleanup --- aider/main.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/aider/main.py b/aider/main.py index 5f153f0c2..c0c894ce7 100644 --- a/aider/main.py +++ b/aider/main.py @@ -451,8 +451,6 @@ def main(argv=None, input=None, output=None, force_git_root=None, return_coder=F args, unknown = parser.parse_known_args(argv) - dump(os.environ.get("ANTHROPIC_API_KEY")) - # Load the .env file specified in the arguments loaded_dotenvs = load_dotenv_files(git_root, args.env_file, args.encoding)