From e74ada030c55d4c61b66be9e6f54c2f7d79a1e81 Mon Sep 17 00:00:00 2001 From: petrucci4prez Date: Sat, 10 Jun 2017 01:52:26 -0400 Subject: [PATCH] this was not supposed to be there --- stateMachine.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/stateMachine.py b/stateMachine.py index 4d7c1f3..7b27db6 100644 --- a/stateMachine.py +++ b/stateMachine.py @@ -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: