Remove left over print

This commit is contained in:
Florian Festi 2016-03-30 21:11:42 +02:00
parent 9322467c7b
commit a3ceb74024
1 changed files with 0 additions and 1 deletions

View File

@ -196,7 +196,6 @@ class Layout(Boxes):
# Horizontal lines
posy = 0
print(self.floors)
for y in range(ly, -1, -1):
posx = self.thickness
for x in range(lx):