Removing unneeded tornado setting

As per the comments in https://github.com/jupyter/notebook/pull/4999#discussion_r340833884, the setting was removed.
This commit is contained in:
Marcus D Sherman 2019-10-30 21:20:41 -04:00 committed by GitHub
parent 4fe631a248
commit 0a1fff1d0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -223,7 +223,6 @@ class NotebookWebApplication(web.Application):
base_url=base_url,
default_url=default_url,
template_path=template_path,
use_redirect_file=jupyter_app.use_redirect_file,
static_path=jupyter_app.static_file_path,
static_custom_path=jupyter_app.static_custom_path,
static_handler_class = FileFindHandler,