Remove obsolete code

This commit is contained in:
Daniel Rojas 2020-07-29 21:13:43 +02:00
parent 19b82e9662
commit 79e751dca8

View File

@ -149,8 +149,6 @@ class Cable:
else:
raise Exception('lists of part data are only supported for bundles')
# for BOM generation
self.wirecount_and_shield = (self.wirecount, self.shield)
def connect(self, from_name, from_pin, via_pin, to_name, to_pin):
from_pin = int2tuple(from_pin)