diff --git a/aider/coders/base_coder.py b/aider/coders/base_coder.py index 8e4404395..4884a0eac 100755 --- a/aider/coders/base_coder.py +++ b/aider/coders/base_coder.py @@ -1690,8 +1690,6 @@ class Coder: if args: self.io.ai_output(json.dumps(args, indent=4)) - # Moved to aider/reasoning_tags.py - def show_send_output(self, completion): if self.verbose: print(completion)