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