refactor: remove debug print statement for commit_system

This commit is contained in:
Paul Gauthier 2024-10-01 14:25:35 -07:00 committed by Paul Gauthier (aider)
parent 8b6b558483
commit 72cb5db530

View file

@ -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"