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