mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
remove prints
This commit is contained in:
@@ -49,9 +49,7 @@ class DOMQuery:
|
||||
|
||||
if selector is not None:
|
||||
selector_set = parse_selectors(selector)
|
||||
print(selector_set)
|
||||
self._nodes = [_node for _node in self._nodes if match(selector_set, _node)]
|
||||
print(self._nodes)
|
||||
|
||||
def __len__(self) -> int:
|
||||
return len(self._nodes)
|
||||
|
||||
Reference in New Issue
Block a user