Skip to content

Commit

Permalink
remove console
Browse files Browse the repository at this point in the history
  • Loading branch information
caseymcc committed Sep 6, 2024
1 parent 69b9a45 commit f4853d1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions aider/coders/base_coder.py
Original file line number Diff line number Diff line change
Expand Up @@ -313,11 +313,6 @@ def __init__(
self.dry_run = dry_run
self.pretty = self.io.pretty

if self.pretty:
self.console = Console()
else:
self.console = Console(force_terminal=False, no_color=True)

self.main_model = main_model

if cache_prompts and self.main_model.cache_control:
Expand Down

0 comments on commit f4853d1

Please sign in to comment.