Skip to content

Commit

Permalink
Disable CLI BOM output
Browse files Browse the repository at this point in the history
  • Loading branch information
formatc1702 authored and laurierloi committed Jan 19, 2023
1 parent 1eeae1d commit 3122d06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wireviz/wv_harness.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def populate_bom(self):
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:
Expand Down

0 comments on commit 3122d06

Please sign in to comment.