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()
|
||||
except AttributeError:
|
||||
pass
|
||||
for i in ['LED', 'camera', 'fileDump', 'soundLib', 'secretListener', 'keypadListener']:
|
||||
try:
|
||||
getattr(self, i).__del__()
|
||||
except AttributeError:
|
||||
pass
|
||||
|
||||
def selectState(self, signal):
|
||||
with self._lock:
|
||||
|
|
Loading…
Reference in New Issue