[sub-PCBs] Just a debug message when we restore excluded components

This commit is contained in:
Salvador E. Tropea 2022-12-27 09:10:50 -03:00
parent 41c5701d33
commit 6b432f3de6
1 changed files with 1 additions and 0 deletions

View File

@ -111,6 +111,7 @@ class SubPCBOptions(PanelOptions):
# Undo the sub-PCB: just reload the PCB
GS.load_board(forced=True)
# Restore excluded components
logger.debug('Restoring components outside the sub-PCB')
for c in self._excl_by_sub_pcb:
comps_hash[c].included = True