@ -230,7 +230,6 @@ class NotebookWebApplication(web.Application):
new_handler = tuple([pattern] + list(handler[1:]))
new_handlers.append(new_handler)
log.debug(new_handlers)
super(NotebookWebApplication, self).__init__(new_handlers, **settings)