forked from VoxeLibre/VoxeLibre
Comment out debug stuff
This commit is contained in:
parent
52c788f197
commit
08e280d9b4
|
@ -44,11 +44,11 @@ local table_copy = table.copy
|
||||||
local table_insert = table.insert
|
local table_insert = table.insert
|
||||||
|
|
||||||
-- DEBUG: functions
|
-- DEBUG: functions
|
||||||
local log = minetest.log
|
-- local log = minetest.log
|
||||||
local chatlog = minetest.chat_send_all
|
-- local chatlog = minetest.chat_send_all
|
||||||
il_chatlog = chatlog
|
-- il_chatlog = chatlog
|
||||||
il_get_meta = mt_get_meta
|
-- il_get_meta = mt_get_meta
|
||||||
il_hash_pos = mt_hash_node_position
|
-- il_hash_pos = mt_hash_node_position
|
||||||
|
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
-- Kelp API
|
-- Kelp API
|
||||||
|
|
Loading…
Reference in New Issue