1
0
Fork 0

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 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