Removed debug message
This commit is contained in:
parent
29f845d886
commit
7938c35d37
|
|
@ -744,7 +744,6 @@ class PCB_PrintOptions(VariantOptions):
|
||||||
scale = base_width/width
|
scale = base_width/width
|
||||||
if scale != 1.0:
|
if scale != 1.0:
|
||||||
logger.debug(' - Scaling {} by {}'.format(file, scale))
|
logger.debug(' - Scaling {} by {}'.format(file, scale))
|
||||||
logger.error('Este')
|
|
||||||
for e in root:
|
for e in root:
|
||||||
e.scale(scale)
|
e.scale(scale)
|
||||||
svg_out.append([root])
|
svg_out.append([root])
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue