mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-06 20:54:59 +00:00
refactor: Remove unnecessary input logging and history tracking in pipe_editor command
This commit is contained in:
parent
2c12234604
commit
fbadfcfa7c
1 changed files with 0 additions and 2 deletions
|
@ -1365,8 +1365,6 @@ class Commands:
|
|||
"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())
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue