From 995a73da2fbb78f67bdbeff88763325fb94006ff Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Tue, 14 Mar 2017 00:14:00 -0400 Subject: [PATCH] remove a debug print --- init.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/init.lua b/init.lua index 1e3b008..9a9f231 100644 --- a/init.lua +++ b/init.lua @@ -142,7 +142,6 @@ local function is_stairsplus(name, colorized) shape = string.sub(name, b+5) -- everything after "_wood_" is the shape end end - print(name, class, shape) return class, shape end