Remove debug info for placing saplings

This commit is contained in:
KaadmY 2017-07-07 07:05:28 -07:00
parent 3998718eb0
commit e7759e675d

View File

@ -40,8 +40,6 @@ end
function default.place_sapling(itemstack, placer, pointed_thing)
-- Check growability
print(itemstack:get_name())
local underdef = minetest.get_node(pointed_thing.under)
if minetest.get_item_group(underdef.name, "soil") == 0 then