Remove some old unused code

This commit is contained in:
Tim 2015-09-23 00:38:45 +02:00
parent 9fdcc93e2e
commit 98c0d6619a

View file

@ -631,10 +631,6 @@ def shutdown(restart=False, update=False):
cherrypy.engine.exit()
SCHED.shutdown(wait=False)
# Clear any sessions in the db - Not sure yet if we should do this. More testing required
# logger.debug(u'Clearing Plex sessions.')
# monitor.drop_session_db()
CONFIG.write()
if not restart and not update: