this was not supposed to be there

This commit is contained in:
petrucci4prez 2017-06-10 01:52:26 -04:00
parent 5f39139b7c
commit e74ada030c
1 changed files with 0 additions and 5 deletions

View File

@ -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: