Browse Source

Remove verbose log from agent controller (#4585)

Robert Brennan 1 year ago
parent
commit
a20da54e3a
1 changed files with 0 additions and 3 deletions
  1. 0 3
      openhands/controller/agent_controller.py

+ 0 - 3
openhands/controller/agent_controller.py

@@ -403,9 +403,6 @@ class AgentController:
             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