From 40db4edc6deb0feff5aad07945ea4f59b4cc147e Mon Sep 17 00:00:00 2001 From: Min RK Date: Thu, 25 Apr 2019 13:51:27 +0200 Subject: [PATCH] remove todo order should be preserved between multiple steps --- jupyterhub/handlers/login.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/jupyterhub/handlers/login.py b/jupyterhub/handlers/login.py index b674155e..f1bd7c45 100644 --- a/jupyterhub/handlers/login.py +++ b/jupyterhub/handlers/login.py @@ -81,8 +81,6 @@ class LogoutHandler(BaseHandler): """Log the user out, call the custom action, forward the user to the logout page """ - # TODO: when these can all be done concurrently, do all of them - # concurrently? await self.default_handle_logout() await self.handle_logout() await self.render_logout_page()