Disable CLI BOM output
This commit is contained in:
parent
c7dcac4893
commit
fc06491b8c
@ -131,7 +131,7 @@ class Harness:
|
|||||||
continue
|
continue
|
||||||
item.bom_id = self.bom[item.bom_hash]["id"]
|
item.bom_id = self.bom[item.bom_hash]["id"]
|
||||||
|
|
||||||
print_bom_table(self.bom)
|
# print_bom_table(self.bom) # for debugging
|
||||||
|
|
||||||
def _add_to_internal_bom(self, item: Component):
|
def _add_to_internal_bom(self, item: Component):
|
||||||
if item.ignore_in_bom:
|
if item.ignore_in_bom:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user