diff options
Diffstat (limited to 'coloredwood')
-rw-r--r-- | coloredwood/init.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/coloredwood/init.lua b/coloredwood/init.lua index 1e3b008..9a9f231 100644 --- a/coloredwood/init.lua +++ b/coloredwood/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 |