Remove debug print

removes debug print that even caused printing for other mods.
master
est31 2015-03-03 06:07:44 +01:00
parent 47bc762955
commit d52512a89f
1 changed files with 0 additions and 1 deletions

View File

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