From e5cec464daf0e684805e6d0e7be711ed37bf1160 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Fri, 9 Aug 2024 07:59:05 -0300 Subject: [PATCH] copy --- aider/commands.py | 1 - 1 file changed, 1 deletion(-) 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