Disable CLI BOM output

This commit is contained in:
Daniel Rojas 2022-08-05 17:26:53 +02:00 committed by Laurier Loiselle
parent 1eeae1d4f9
commit 3122d060d4
No known key found for this signature in database
GPG Key ID: 345920CC72089A3F

View File

@ -131,7 +131,7 @@ class Harness:
continue
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):
if item.ignore_in_bom: