diff options
Diffstat (limited to 'gerbonara/newstroke.py')
-rw-r--r-- | gerbonara/newstroke.py | 2 |
1 files changed, 0 insertions, 2 deletions
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 |