diff --git a/aider/commands.py b/aider/commands.py index 77a89c928..79f47a677 100644 --- a/aider/commands.py +++ b/aider/commands.py @@ -146,8 +146,6 @@ class Commands: pager = Pager() pager.add_source(source) pager.run() - else: - self.io.tool_output(content) return content