From 8732f6227e5ba15482aa2eb516383d58c0e743dc Mon Sep 17 00:00:00 2001
From: Moritz Maxeiner <mm@ucw.sh>
Date: Sun, 19 Jul 2020 00:25:32 +0200
Subject: [PATCH] [jupyterhub] remove outdated jupyter notebook options

---
 jupyterhub/jupyter_notebook_config.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/jupyterhub/jupyter_notebook_config.py b/jupyterhub/jupyter_notebook_config.py
index 82cdba4..8693fdd 100755
--- a/jupyterhub/jupyter_notebook_config.py
+++ b/jupyterhub/jupyter_notebook_config.py
@@ -1,5 +1,3 @@
-c.NotebookApp.open_browser = False
-c.NotebookApp.token = ''
 c.NotebookApp.allow_root = True
 c.NotebookApp.terminado_settings = { 'shell_command': ['/bin/bash', '-l'] }
 c.MultiKernelManager.default_kernel_name = 'robofish'
-- 
GitLab