remove a debug statement

This commit is contained in:
Vanessa Ezekowitz 2014-12-27 04:49:51 -05:00
parent fa57a07e29
commit accc09e983

View File

@ -31,7 +31,6 @@ dofile(modpath.."/door_models.lua")
local function getClosed(pos)
local c = minetest.get_meta(pos):get_string("closed")
print(dump(c))
if c == "true" then
return true
else