Clean up
This commit is contained in:
parent
36ffa969f4
commit
8ae4dc37a2
@ -305,9 +305,6 @@ class Connector(TopLevelGraphicalComponent):
|
||||
|
||||
@property
|
||||
def is_autogenerated(self):
|
||||
import pudb
|
||||
|
||||
pudb.set_trace()
|
||||
return self.designator.startswith(AUTOGENERATED_PREFIX)
|
||||
|
||||
@property
|
||||
|
||||
@ -255,7 +255,6 @@ def gv_conductor_table(cable) -> Table:
|
||||
|
||||
|
||||
def gv_wire_cell(wire: Union[WireClass, ShieldClass]) -> Td:
|
||||
# import pudb; pudb.set_trace()
|
||||
if wire.color:
|
||||
color_list = ["#000000"] + wire.color.html_padded_list + ["#000000"]
|
||||
else:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user