1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-02 16:38:41 +00:00

remove os.date and string.dump

This commit is contained in:
Desour 2025-03-25 13:32:16 +01:00
parent 8cfc8d8c60
commit 1be9c614d1
2 changed files with 25 additions and 11 deletions

View file

@ -232,14 +232,6 @@ if core.set_read_node and core.set_push_node then
core.set_read_node = nil
local function push_node(content, param1, param2)
if false then -- TODO: tmp
print(dump(debug.traceback()))
--~ error()
for i = 0, 10 do
print("i="..i)
print(dump(debug.getinfo(i)))
end
end
return {name = content2name[content], param1 = param1, param2 = param2}
end
core.set_push_node(push_node)