Removed debug print.

This commit is contained in:
Salvador E. Tropea 2020-09-01 16:49:51 -03:00
parent 7cd0ccafa1
commit 16aefbffb6
1 changed files with 1 additions and 1 deletions

View File

@ -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