From dadfb464c40dc87fc6fcb30394a1961371342d40 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Wed, 17 Jul 2024 14:38:54 +0100 Subject: [PATCH] sssh --- aider/utils.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/aider/utils.py b/aider/utils.py index 5e1827d3c..6786ec480 100644 --- a/aider/utils.py +++ b/aider/utils.py @@ -226,8 +226,6 @@ def run_install(cmd): return_code = process.wait() output = "".join(output) - dump(output) - if return_code == 0: print("\rInstallation complete.") print()