mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-26 05:48:36 +08:00
chore: remove extra debugging print (#6005)
This commit is contained in:
parent
3b26678a77
commit
dd10f37f66
@ -537,9 +537,7 @@ class AgentController:
|
||||
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 (
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user