Skip to content

Commit

Permalink
chore: remove extra debugging print (All-Hands-AI#6005)
Browse files Browse the repository at this point in the history
  • Loading branch information
xingyaoww authored Jan 3, 2025
1 parent 3b26678 commit dd10f37
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions openhands/controller/agent_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -537,9 +537,7 @@ async def _step(self) -> None:
self.update_state_before_step()
action: Action = NullAction()
try:
print('STEP AGENT')
action = self.agent.step(self.state)
print('GOT ACTION', action)
if action is None:
raise LLMNoActionError('No action was returned')
except (
Expand Down

0 comments on commit dd10f37

Please sign in to comment.