1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-09-30 19:22:14 +00:00

remove os.date and string.dump

This commit is contained in:
Desour 2025-03-25 13:32:16 +01:00
parent 51de8318b0
commit a2f98b1879
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)