diff --git a/AgentCrew/modules/console/input_handler.py b/AgentCrew/modules/console/input_handler.py index f8fa8f61..cf537b4b 100644 --- a/AgentCrew/modules/console/input_handler.py +++ b/AgentCrew/modules/console/input_handler.py @@ -167,9 +167,6 @@ def _(event): hasattr(self, "_last_ctrl_c_time") and current_time - self._last_ctrl_c_time <= 1 ): - self.console.print( - Text("\n🎮 Confirmed exit. Goodbye!", style=RICH_STYLE_YELLOW_BOLD) - ) # Don't try to join from within the same thread - just exit event.app.exit("__EXIT__") else: