From 2a0e695c9443bc7f8eee12f3cadf5cd5999bd284 Mon Sep 17 00:00:00 2001 From: AntumDeluge Date: Mon, 29 May 2017 17:32:17 -0700 Subject: [PATCH] list_items: Remove debugging --- commands/list_items.lua | 6 ------ 1 file changed, 6 deletions(-) diff --git a/commands/list_items.lua b/commands/list_items.lua index 0dc81df..c8792b5 100644 --- a/commands/list_items.lua +++ b/commands/list_items.lua @@ -88,12 +88,6 @@ minetest.register_chatcommand('listitems', { -- Make all parameters lowercase for case-insensitive matching param = antum.removeListDuplicates(string.split(string.lower(param), ' ')) - -- Debug - minetest.log('action', '[list_items] Parameters:') - for I in pairs(param) do - minetest.log('action', ' ' .. param[I]) - end - local all_item_names = antum.getRegisteredItemNames() local found_names = {}