mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-24 12:05:22 +08:00
Remove extraneous pass
YOU SHALL NOT PASS! I rap fast like Shadowfax!
This commit is contained in:
parent
7a48687929
commit
858d153bff
@ -63,7 +63,6 @@ class AuthenticatedHandler(web.RequestHandler):
|
||||
# if method is unsupported (websocket and Access-Control-Allow-Origin
|
||||
# for example, so just ignore)
|
||||
self.log.debug(e)
|
||||
pass
|
||||
|
||||
def clear_login_cookie(self):
|
||||
self.clear_cookie(self.cookie_name)
|
||||
|
Loading…
Reference in New Issue
Block a user