remove a debug statement

master
Vanessa Ezekowitz 2014-12-27 04:49:51 -05:00
parent fa57a07e29
commit accc09e983
1 changed files with 0 additions and 1 deletions

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