Skip to content

Commit

Permalink
Removed debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
nophead committed Jun 18, 2019
1 parent 774bdbe commit bb6af02
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bb6af02

Please sign in to comment.