Remove global debug class for release

This commit is contained in:
Zenon Seth 2023-11-17 15:28:52 +00:00
parent 2065b4b56e
commit cb17413a01

View File

@ -10,7 +10,7 @@ dofile(path.."/inv_list_sorting.lua")
dofile(path.."/inv_list_filtering.lua")
-- bad debug
d = {}
local d = {}
d.ttos = logistica.ttos
d.log = minetest.chat_send_all
function d.table_map(self, f)