diff --git a/openhands/controller/agent_controller.py b/openhands/controller/agent_controller.py index 936d3965d00f..9097bd684e13 100644 --- a/openhands/controller/agent_controller.py +++ b/openhands/controller/agent_controller.py @@ -406,9 +406,6 @@ async def _step(self) -> None: return if self._pending_action: - logger.debug( - f'{self.agent.name} LEVEL {self.state.delegate_level} LOCAL STEP {self.state.local_iteration} GLOBAL STEP {self.state.iteration} awaiting pending action to get executed: {self._pending_action}' - ) await asyncio.sleep(1) return