Suppress an excessive info message to console

This commit is contained in:
Kevin Dong 2022-07-25 04:08:06 +08:00
parent 95a48a8922
commit d5e5585dd6
No known key found for this signature in database
GPG Key ID: 6A60F61370EE3499
1 changed files with 0 additions and 1 deletions

View File

@ -668,7 +668,6 @@ def solve_board_file(base_dir, a_board_file=None, sug_b=True):
pcb = os.path.join(base_dir, os.path.splitext(schematic)[0]+'.kicad_pcb')
if os.path.isfile(pcb):
board_file = pcb
logger.info('Using PCB file: '+os.path.relpath(board_file))
if not board_file:
board_files = glob(os.path.join(base_dir, '*.kicad_pcb'))
if len(board_files) == 1: