From 7938c35d378c306e5e556c4ef5ded0fcea2f0b4b Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Wed, 8 Jun 2022 10:01:01 -0300 Subject: [PATCH] Removed debug message --- kibot/out_pcb_print.py | 1 - 1 file changed, 1 deletion(-) diff --git a/kibot/out_pcb_print.py b/kibot/out_pcb_print.py index 3f8cab24..fc9e9226 100644 --- a/kibot/out_pcb_print.py +++ b/kibot/out_pcb_print.py @@ -744,7 +744,6 @@ class PCB_PrintOptions(VariantOptions): scale = base_width/width if scale != 1.0: logger.debug(' - Scaling {} by {}'.format(file, scale)) - logger.error('Este') for e in root: e.scale(scale) svg_out.append([root])