From accc09e983dc5922ce6e7733f6c9d3f0e68008ab Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Sat, 27 Dec 2014 04:49:51 -0500 Subject: [PATCH] remove a debug statement --- init.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/init.lua b/init.lua index 82cfaf3..985381c 100644 --- a/init.lua +++ b/init.lua @@ -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