Remove debug message

This commit is contained in:
Wuzzy 2017-02-10 19:32:30 +01:00
parent fd581fa4b6
commit a763dcd761
1 changed files with 0 additions and 1 deletions

View File

@ -133,7 +133,6 @@ end
--drop craf items and reset inventory on closing
minetest.register_on_player_receive_fields(function(player, formname, fields)
if fields.quit then
minetest.log("error", "quite")
local formspec = player:get_inventory_formspec()
local size = string.len(formspec)
local marker = string.sub(formspec,size-2)