diff --git a/openhands/controller/agent_controller.py b/openhands/controller/agent_controller.py index 2c0fd0f39f..e76439f794 100644 --- a/openhands/controller/agent_controller.py +++ b/openhands/controller/agent_controller.py @@ -211,7 +211,6 @@ class AgentController: await self._react_to_exception(reported) def should_step(self, event: Event) -> bool: - print('should step?', event) if isinstance(event, Action): if isinstance(event, MessageAction) and event.source == EventSource.USER: return True