Skip to content

Commit

Permalink
Remove verbose log from agent controller (All-Hands-AI#4585)
Browse files Browse the repository at this point in the history
  • Loading branch information
rbren authored Oct 27, 2024
1 parent 2a6740f commit a20da54
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions openhands/controller/agent_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -403,9 +403,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

Expand Down

0 comments on commit a20da54

Please sign in to comment.