remove todo

order should be preserved between multiple steps
This commit is contained in:
Min RK
2019-04-25 13:51:27 +02:00
committed by GitHub
parent 77d4c1f23d
commit 40db4edc6d

View File

@@ -81,8 +81,6 @@ class LogoutHandler(BaseHandler):
"""Log the user out, call the custom action, forward the user """Log the user out, call the custom action, forward the user
to the logout page to the logout page
""" """
# TODO: when these can all be done concurrently, do all of them
# concurrently?
await self.default_handle_logout() await self.default_handle_logout()
await self.handle_logout() await self.handle_logout()
await self.render_logout_page() await self.render_logout_page()