Remove left over print
This commit is contained in:
parent
9322467c7b
commit
a3ceb74024
|
@ -196,7 +196,6 @@ class Layout(Boxes):
|
||||||
|
|
||||||
# Horizontal lines
|
# Horizontal lines
|
||||||
posy = 0
|
posy = 0
|
||||||
print(self.floors)
|
|
||||||
for y in range(ly, -1, -1):
|
for y in range(ly, -1, -1):
|
||||||
posx = self.thickness
|
posx = self.thickness
|
||||||
for x in range(lx):
|
for x in range(lx):
|
||||||
|
|
Loading…
Reference in New Issue