From eb20595e00bdc59daa31392eaca559ab36f59a5c Mon Sep 17 00:00:00 2001 From: jaseg Date: Fri, 21 Jul 2023 20:55:35 +0200 Subject: WIP --- gerbonara/newstroke.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'gerbonara/newstroke.py') diff --git a/gerbonara/newstroke.py b/gerbonara/newstroke.py index d45598d..ac203ec 100644 --- a/gerbonara/newstroke.py +++ b/gerbonara/newstroke.py @@ -37,8 +37,6 @@ class Newstroke: sx, sy = scale mx, my = mirror x = 0 - if text in ('VDDA', 'PA9', 'VSS', 'FB3'): - print(text, x0, y0, rotation, h_align, v_align, scale) if rotation >= 180: rotation -= 180 -- cgit