From 72cb5db53066a1ca878412b866e87b916529b68e Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Tue, 1 Oct 2024 14:25:35 -0700 Subject: [PATCH] refactor: remove debug print statement for commit_system --- aider/prompts.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/aider/prompts.py b/aider/prompts.py index 8d529233c..27d833fdd 100644 --- a/aider/prompts.py +++ b/aider/prompts.py @@ -22,8 +22,6 @@ Reply only with the one-line commit message, without any additional text, explan or line breaks. """ -print(commit_system) - # COMMANDS undo_command_reply = ( "I did `git reset --hard HEAD~1` to discard the last edits. Please wait for further"