aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorest31 <est31@users.noreply.github.com>2015-03-03 06:07:44 +0100
committerest31 <est31@users.noreply.github.com>2015-03-03 06:07:44 +0100
commitd52512a89ff83d0167ea386c5eabd9cea3cd8df1 (patch)
treec914ea04e6d01e62378c640420f87f84c900799d
parent47bc762955aec6ae772bc2f8936d774a1d6be86b (diff)
downloadcurrency-d52512a89ff83d0167ea386c5eabd9cea3cd8df1.tar.gz
currency-d52512a89ff83d0167ea386c5eabd9cea3cd8df1.tar.bz2
currency-d52512a89ff83d0167ea386c5eabd9cea3cd8df1.zip
Remove debug print
removes debug print that even caused printing for other mods.
-rw-r--r--shop.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/shop.lua b/shop.lua
index 5d3faaa..08bfac7 100644
--- a/shop.lua
+++ b/shop.lua
@@ -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]