From c40b0b9ae16fd5f3283d97ccb786d2e8dd3d7c25 Mon Sep 17 00:00:00 2001 From: Xingyao Wang Date: Thu, 2 Jan 2025 21:57:24 -0500 Subject: [PATCH] chore: remove extra debug print (#5994) --- openhands/controller/agent_controller.py | 1 - 1 file changed, 1 deletion(-) diff --git a/openhands/controller/agent_controller.py b/openhands/controller/agent_controller.py index 2c0fd0f39fad..e76439f79457 100644 --- a/openhands/controller/agent_controller.py +++ b/openhands/controller/agent_controller.py @@ -211,7 +211,6 @@ async def _step_with_exception_handling(self): 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