mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-26 05:48:36 +08:00
chore: remove extra debug print (#5994)
This commit is contained in:
parent
61ebec9ff7
commit
c40b0b9ae1
@ -211,7 +211,6 @@ class AgentController:
|
||||
await self._react_to_exception(reported)
|
||||
|
||||
def should_step(self, event: Event) -> bool:
|
||||
print('should step?', event)
|
||||
if isinstance(event, Action):
|
||||
if isinstance(event, MessageAction) and event.source == EventSource.USER:
|
||||
return True
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user