diff options
author | est31 <est31@users.noreply.github.com> | 2015-03-03 06:07:44 +0100 |
---|---|---|
committer | est31 <est31@users.noreply.github.com> | 2015-03-03 06:07:44 +0100 |
commit | d52512a89ff83d0167ea386c5eabd9cea3cd8df1 (patch) | |
tree | c914ea04e6d01e62378c640420f87f84c900799d | |
parent | 47bc762955aec6ae772bc2f8936d774a1d6be86b (diff) | |
download | currency-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.lua | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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]
|