Skip to content

Commit f948e7c

Browse files
Merge pull request #79 from MarketSquare/misc/remove_dom_from_log
Misc/removed dom from log
2 parents 4f0c2b8 + 2bda9f4 commit f948e7c

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)