Removed debug code
This commit is contained in:
parent
774bdbe2cd
commit
bb6af0233d
|
@ -55,8 +55,6 @@ def bom_to_assemblies(bom_dir, bounds_map):
|
|||
for ass in bom["assemblies"]:
|
||||
for b in flat_bom:
|
||||
if b["name"] == ass:
|
||||
if not "big" in b:
|
||||
print(ass, bom["name"])
|
||||
if b["big"]:
|
||||
big = True
|
||||
break
|
||||
|
|
Loading…
Reference in New Issue