Remove debug code
This commit is contained in:
parent
c8f5b6d0b1
commit
6f626d04a7
|
@ -2452,7 +2452,6 @@ class Boxes:
|
||||||
r = min(r, x, y)
|
r = min(r, x, y)
|
||||||
a = math.atan2(y-r, float(x-r))
|
a = math.atan2(y-r, float(x-r))
|
||||||
alpha = math.degrees(a)
|
alpha = math.degrees(a)
|
||||||
print(a, alpha)
|
|
||||||
if a > 0:
|
if a > 0:
|
||||||
width = x + (edges[-1].spacing()+self.spacing)/math.sin(a) + edges[1].spacing() + self.spacing
|
width = x + (edges[-1].spacing()+self.spacing)/math.sin(a) + edges[1].spacing() + self.spacing
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in New Issue