Skip to content

Commit

Permalink
style: Update agent_controller.py to clean log (#2124)
Browse files Browse the repository at this point in the history
  • Loading branch information
assertion authored May 30, 2024
1 parent b3cce76 commit b1ec8e5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion opendevin/controller/agent_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,6 @@ async def start_delegate(self, action: AgentDelegateAction):
async def _step(self):
logger.debug(f'[Agent Controller {self.id}] Entering step method')
if self.get_agent_state() != AgentState.RUNNING:
logger.info(f'[Agent Controller {self.id}] waiting for agent to run...')
await asyncio.sleep(1)
return

Expand Down

0 comments on commit b1ec8e5

Please sign in to comment.