From c0f2326d36271aa92d63b3e4b730746379fbcf8b Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Sat, 31 Aug 2024 16:13:17 -0700 Subject: [PATCH] ssh --- aider/utils.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/aider/utils.py b/aider/utils.py index a91b6c838..c44987438 100644 --- a/aider/utils.py +++ b/aider/utils.py @@ -315,8 +315,6 @@ def check_pip_install_extra(io, module, prompt, pip_install_cmd): if prompt: io.tool_error(prompt) - print(cmd) - print(shlex.join(cmd)) if not io.confirm_ask("Run pip install?", default="y", subject=shlex.join(cmd)): return