remove console

This commit is contained in:
Krazer 2024-09-06 18:08:51 -05:00
parent 69b9a4510d
commit f4853d166f

View file

@ -313,11 +313,6 @@ class Coder:
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: