HingeBox: Remove debugging code
This commit is contained in:
parent
67bd25016b
commit
1362364c33
|
@ -56,8 +56,6 @@ class HingeBox(Boxes):
|
||||||
self.rectangularWall(y, h, "Ffef")
|
self.rectangularWall(y, h, "Ffef")
|
||||||
self.rectangularWall(x, h, "FFuF", move="left up")
|
self.rectangularWall(x, h, "FFuF", move="left up")
|
||||||
|
|
||||||
print(s, bool(s))
|
|
||||||
|
|
||||||
# lid
|
# lid
|
||||||
self.rectangularWall(x, hl, "UFFF", move="right")
|
self.rectangularWall(x, hl, "UFFF", move="right")
|
||||||
if s:
|
if s:
|
||||||
|
|
Loading…
Reference in New Issue