From 88bdfd6548702936dcd1eec3cd439b20b879251d Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Fri, 25 Oct 2024 15:11:02 -0700 Subject: [PATCH] cleanup --- aider/io.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/aider/io.py b/aider/io.py index 728f5d79b..620955cb0 100644 --- a/aider/io.py +++ b/aider/io.py @@ -353,7 +353,6 @@ class InputOutput: # Store any partial input before interrupting self.interrupted_partial_input = self.prompt_session.app.current_buffer.text self.prompt_session.app.exit() - print("interrupting") def get_input( self, @@ -443,7 +442,6 @@ class InputOutput: else: line = input(show) - dump(line) # # Check if we were interrupted by a file change if self.changed_files: changed = " ".join(self.changed_files)