This commit is contained in:
Daniel Rojas 2021-10-21 19:36:23 +02:00 committed by Laurier Loiselle
parent 9e1e97b1cb
commit 7294bf18e1
No known key found for this signature in database
GPG Key ID: 345920CC72089A3F
2 changed files with 0 additions and 4 deletions

View File

@ -305,9 +305,6 @@ class Connector(TopLevelGraphicalComponent):
@property @property
def is_autogenerated(self): def is_autogenerated(self):
import pudb
pudb.set_trace()
return self.designator.startswith(AUTOGENERATED_PREFIX) return self.designator.startswith(AUTOGENERATED_PREFIX)
@property @property

View File

@ -255,7 +255,6 @@ def gv_conductor_table(cable) -> Table:
def gv_wire_cell(wire: Union[WireClass, ShieldClass]) -> Td: def gv_wire_cell(wire: Union[WireClass, ShieldClass]) -> Td:
# import pudb; pudb.set_trace()
if wire.color: if wire.color:
color_list = ["#000000"] + wire.color.html_padded_list + ["#000000"] color_list = ["#000000"] + wire.color.html_padded_list + ["#000000"]
else: else: