Remove debug code

This commit is contained in:
Novatux 2014-04-20 19:59:54 +02:00
parent 274d7fb048
commit ee47216140
1 changed files with 0 additions and 2 deletions

View File

@ -38,7 +38,6 @@ local function deployer_on(pos, node)
nodeupdate(pos)
local meta = minetest.get_meta(pos)
print(dump(meta:to_table()))
local inv = meta:get_inventory()
local invlist = inv:get_list("main")
for i, stack in ipairs(invlist) do
@ -64,7 +63,6 @@ local function deployer_on(pos, node)
yaw = 0
pitch = math.pi/2
end
print(meta:get_string("owner"))
local placer = {
get_inventory_formspec = delay(meta:get_string("formspec")),
get_look_dir = delay({x = -dir.x, y = -dir.y, z = -dir.z}),