1
0
mirror of https://github.com/mt-mods/coloredwood.git synced 2024-11-13 06:00:22 +01:00

remove a debug print

This commit is contained in:
Vanessa Ezekowitz 2017-03-14 00:14:00 -04:00
parent 59d82c1820
commit 995a73da2f

View File

@ -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