wv_harness: comment out debug code

This commit is contained in:
Laurier Loiselle 2023-04-21 13:06:44 -04:00
parent c4456d5015
commit 3c9f32481f
No known key found for this signature in database
GPG Key ID: 345920CC72089A3F

View File

@ -186,7 +186,7 @@ class Harness:
key=lambda x: (x[1].id,), key=lambda x: (x[1].id,),
) )
) )
from wireviz.wv_bom import print_bom_table ; print_bom_table(self.bom) # for debugging # from wireviz.wv_bom import print_bom_table ; print_bom_table(self.bom) # for debugging
def connect( def connect(
self, self,