Skip to content

Commit 5e68a85

Browse files
committed
Remove debug print
1 parent a4d9f58 commit 5e68a85

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

xmlua/searchable.lua

-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ function Searchable.css_select(self, css_selector_groups)
9191
local xpaths = luacs.to_xpaths(css_selector_groups)
9292
local raw_node_set = {}
9393
for _, xpath in ipairs(xpaths) do
94-
-- print(xpath)
9594
for _, node in ipairs(self:search(xpath)) do
9695
-- TODO: Remove duplicated
9796
table.insert(raw_node_set, node)

0 commit comments

Comments
 (0)