diff --git a/aider/commands.py b/aider/commands.py index 5366b476c..1e660c8be 100644 --- a/aider/commands.py +++ b/aider/commands.py @@ -918,7 +918,6 @@ class Commands: # If not an image, try to get text text = pyperclip.paste() if text: - self.io.tool_output("Text content found in clipboard:") self.io.tool_output(text) return text