From e668d7f16ee0ebf7f50201c3f35803a8ca1a4df2 Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Fri, 22 Apr 2022 09:08:22 -0300 Subject: [PATCH] `pcb_print` removed debug print --- 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 22213816..6a63b0bb 100644 --- a/kibot/out_pcb_print.py +++ b/kibot/out_pcb_print.py @@ -248,7 +248,6 @@ class PagesOptions(Optionable): if self.holes_color: self.validate_color('holes_color') if self.scaling is None: - logger.error('Scale from parent') self.scaling = parent.scaling