this was not supposed to be there
This commit is contained in:
parent
5f39139b7c
commit
e74ada030c
|
@ -209,11 +209,6 @@ class StateMachine:
|
||||||
getattr(self, i).stop()
|
getattr(self, i).stop()
|
||||||
except AttributeError:
|
except AttributeError:
|
||||||
pass
|
pass
|
||||||
for i in ['LED', 'camera', 'fileDump', 'soundLib', 'secretListener', 'keypadListener']:
|
|
||||||
try:
|
|
||||||
getattr(self, i).__del__()
|
|
||||||
except AttributeError:
|
|
||||||
pass
|
|
||||||
|
|
||||||
def selectState(self, signal):
|
def selectState(self, signal):
|
||||||
with self._lock:
|
with self._lock:
|
||||||
|
|
Loading…
Reference in New Issue