From 16aefbffb62cd10b0a6da489b53288b731d88149 Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Tue, 1 Sep 2020 16:49:51 -0300 Subject: [PATCH] Removed debug print. --- kibot/kicad/v5_sch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kibot/kicad/v5_sch.py b/kibot/kicad/v5_sch.py index 053e6502..170254f8 100644 --- a/kibot/kicad/v5_sch.py +++ b/kibot/kicad/v5_sch.py @@ -562,7 +562,7 @@ class LibComponent(object): xmt = ymt = 1e6 xMt = yMt = -1e6 ok_t = False - logger.debug("Unit "+str(unit+1)) + # logger.debug("Unit "+str(unit+1)) for dr in self.draw: if dr.sub_part != unit + 1 and dr.sub_part != 0: continue