Remove outdated exit code

This commit is contained in:
Andrew 2022-02-26 22:14:19 -05:00
parent 211214a38a
commit 6b5f4bcc21

View File

@ -118,7 +118,6 @@ class TasksManager:
def _main_graceful_exit(self):
try:
os.remove(helper.session_file)
#os.remove(os.path.join(helper.root_dir, '.header'))
self.controller.stop_all_servers()
except:
logger.info("Caught error during shutdown", exc_info=True)