Skip to content

Commit

Permalink
refactor: Remove unnecessary input logging and history tracking in pi…
Browse files Browse the repository at this point in the history
…pe_editor command
  • Loading branch information
paul-gauthier committed Nov 22, 2024
1 parent 2c12234 commit fbadfcf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions aider/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -1365,8 +1365,6 @@ def cmd_editor(self, initial_content=""):
"Open an editor to write a prompt"

user_input = pipe_editor(initial_content, suffix="md", editor=self.editor)
self.io.user_input(user_input, log_only=False)
self.io.add_to_input_history(user_input)
if user_input.strip():
self.io.set_placeholder(user_input.rstrip())

Expand Down

0 comments on commit fbadfcf

Please sign in to comment.