Skip to content

Commit a57fba0

Browse files
committed
Disable CLI BOM output
1 parent 292524c commit a57fba0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wireviz/wv_harness.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ def populate_bom(self):
131131
continue
132132
item.bom_id = self.bom[item.bom_hash]["id"]
133133

134-
print_bom_table(self.bom)
134+
# print_bom_table(self.bom) # for debugging
135135

136136
def _add_to_internal_bom(self, item: Component):
137137
if item.ignore_in_bom:

0 commit comments

Comments
 (0)