From 98c0d6619ad2d6de4b0a578c46a4ed25c8f0ed08 Mon Sep 17 00:00:00 2001 From: Tim Date: Wed, 23 Sep 2015 00:38:45 +0200 Subject: [PATCH] Remove some old unused code --- plexpy/__init__.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/plexpy/__init__.py b/plexpy/__init__.py index f78162f0..b7faf64c 100644 --- a/plexpy/__init__.py +++ b/plexpy/__init__.py @@ -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: