Skip to content

Commit 2bda9f4

Browse files
misc: removed simplified dom from log
1 parent 4f0c2b8 commit 2bda9f4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

SelfhealingAgents/self_healing_system/context_retrieving/dom_soap_utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,6 @@ def has_display_none(tag: Tag) -> bool:
469469
return "display: none" in style
470470

471471
@staticmethod
472-
@log
473472
def get_simplified_dom_tree(source: str) -> str | None:
474473
"""Returns a simplified DOM tree as a string, removing non-essential elements and attributes.
475474

0 commit comments

Comments
 (0)