From 6f626d04a76b317eedc61e8bef4406ea455aa3ce Mon Sep 17 00:00:00 2001 From: Florian Festi Date: Wed, 11 Jan 2023 20:31:59 +0100 Subject: [PATCH] Remove debug code --- boxes/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/boxes/__init__.py b/boxes/__init__.py index 1ac1528..d95090c 100755 --- a/boxes/__init__.py +++ b/boxes/__init__.py @@ -2452,7 +2452,6 @@ class Boxes: r = min(r, x, y) a = math.atan2(y-r, float(x-r)) alpha = math.degrees(a) - print(a, alpha) if a > 0: width = x + (edges[-1].spacing()+self.spacing)/math.sin(a) + edges[1].spacing() + self.spacing else: