This commit is contained in:
Daniel Rojas 2021-10-21 19:36:23 +02:00 committed by KV
parent 36ffa969f4
commit 8ae4dc37a2
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: