Removed debug code
This commit is contained in:
parent
3fec46080b
commit
f8cc0e29bb
|
|
@ -502,7 +502,6 @@ class KiConf(object):
|
||||||
logger.warning(W_NODEFSYMLIB + 'Missing default symbol library table')
|
logger.warning(W_NODEFSYMLIB + 'Missing default symbol library table')
|
||||||
# No default symbol libs table, try to create one
|
# No default symbol libs table, try to create one
|
||||||
if KiConf.sym_lib_dir:
|
if KiConf.sym_lib_dir:
|
||||||
logger.error(os.path.join(sys_dir, pattern))
|
|
||||||
for f in glob(os.path.join(sys_dir, pattern)):
|
for f in glob(os.path.join(sys_dir, pattern)):
|
||||||
alias = LibAlias()
|
alias = LibAlias()
|
||||||
alias.name = os.path.splitext(os.path.basename(f))[0]
|
alias.name = os.path.splitext(os.path.basename(f))[0]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue