mirror of
https://github.com/DJSundog/NopSCADlib.git
synced 2024-11-23 15:23:51 -05:00
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 ass in bom["assemblies"]:
|
||||||
for b in flat_bom:
|
for b in flat_bom:
|
||||||
if b["name"] == ass:
|
if b["name"] == ass:
|
||||||
if not "big" in b:
|
|
||||||
print(ass, bom["name"])
|
|
||||||
if b["big"]:
|
if b["big"]:
|
||||||
big = True
|
big = True
|
||||||
break
|
break
|
||||||
|
Loading…
Reference in New Issue
Block a user