We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4d9f58 commit 5e68a85Copy full SHA for 5e68a85
xmlua/searchable.lua
@@ -91,7 +91,6 @@ function Searchable.css_select(self, css_selector_groups)
91
local xpaths = luacs.to_xpaths(css_selector_groups)
92
local raw_node_set = {}
93
for _, xpath in ipairs(xpaths) do
94
- -- print(xpath)
95
for _, node in ipairs(self:search(xpath)) do
96
-- TODO: Remove duplicated
97
table.insert(raw_node_set, node)
0 commit comments