remove a debug print

This commit is contained in:
Vanessa Ezekowitz 2017-03-14 00:14:00 -04:00
parent 59d82c1820
commit 995a73da2f
1 changed files with 0 additions and 1 deletions

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