refactor: Remove commented-out code about reasoning tags

This commit is contained in:
Paul Gauthier 2025-03-07 17:42:22 -08:00 committed by Paul Gauthier (aider)
parent 08401aff26
commit e18593fe88

View file

@ -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)