Steven Silvester преди 8 години
родител
ревизия
44bd6cffb2
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  1. 0 1
      test/run-test.py

+ 0 - 1
test/run-test.py

@@ -25,7 +25,6 @@ shell = (sys.platform == 'win32')
 
 def start_notebook():
     nb_command = [sys.executable, '-m', 'notebook', root_dir, '--no-browser',
-                  '--debug',
                   '--NotebookApp.allow_origin="*"']
     nb_server = subprocess.Popen(nb_command, shell=shell,
                                  stderr=subprocess.STDOUT,