Remove debug print

removes debug print that even caused printing for other mods.
This commit is contained in:
est31 2015-03-03 06:07:44 +01:00
parent 47bc762955
commit d52512a89f

@ -139,7 +139,6 @@ minetest.register_node("currency:shop", {
})
minetest.register_on_player_receive_fields(function(sender, formname, fields)
print(dump(fields))
if formname == "currency:shop_formspec" and fields.exchange ~= nil and fields.exchange ~= "" then
local name = sender:get_player_name()
local pos = default.shop.current_shop[name]