Remove debugging output

This commit is contained in:
Marcel Fabian Krüger 2023-12-21 02:58:13 +01:00
parent ae911c29ae
commit 9c43b61387

View File

@ -14,7 +14,6 @@ local function escape_text(text)
return string.format('^^%02x', string.byte(x)) return string.format('^^%02x', string.byte(x))
end) end)
end end
print("<node>", escape_text"<node>")
local attrs = {} local attrs = {}
local function write_elem(tree, indent) local function write_elem(tree, indent)