Removed debug code

This commit is contained in:
Chris Palmer 2019-06-18 11:23:31 +01:00
parent 774bdbe2cd
commit bb6af0233d
1 changed files with 0 additions and 2 deletions

View File

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