BrowserOutputObservation: Remove axtree from log (#4206)

Co-authored-by: mamoodi <mamoodiha@gmail.com>
This commit is contained in:
Boxuan Li 2024-10-05 11:07:40 -07:00 committed by GitHub
parent 42c118f4b4
commit 40d2935911
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -38,6 +38,5 @@ class BrowserOutputObservation(Observation):
f'Last browser action: {self.last_browser_action}\n'
f'Last browser action error: {self.last_browser_action_error}\n'
f'Focused element bid: {self.focused_element_bid}\n'
f'axTree: {self.axtree_object}\n'
f'CONTENT: {self.content}\n'
)