Comment out debug stuff

This commit is contained in:
iliekprogrammar 2021-03-31 14:17:50 +08:00
parent 52c788f197
commit 08e280d9b4
1 changed files with 5 additions and 5 deletions

View File

@ -44,11 +44,11 @@ local table_copy = table.copy
local table_insert = table.insert
-- DEBUG: functions
local log = minetest.log
local chatlog = minetest.chat_send_all
il_chatlog = chatlog
il_get_meta = mt_get_meta
il_hash_pos = mt_hash_node_position
-- local log = minetest.log
-- local chatlog = minetest.chat_send_all
-- il_chatlog = chatlog
-- il_get_meta = mt_get_meta
-- il_hash_pos = mt_hash_node_position
--------------------------------------------------------------------------------
-- Kelp API