remove unnecessary logging

This commit is contained in:
petrucci4prez 2017-06-09 03:39:33 -04:00
parent 95d78767fc
commit b35aa83b5b
1 changed files with 0 additions and 2 deletions

View File

@ -214,8 +214,6 @@ class StateMachine:
self.currentState.entry()
stateFile['state'] = self.currentState.name
logger.info('state changed to %s', self.currentState)
def __del__(self):
for i in ['LED', 'camera', 'fileDump', 'soundLib', 'secretListener', 'keypadListener']: