mirror of
https://github.com/nophead/NopSCADlib.git
synced 2025-08-06 15:36:30 +02:00
Removed debug code
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user