Quellcode durchsuchen

Remove debug outputs

Steven Silvester vor 8 Jahren
Ursprung
Commit
44bd6cffb2
1 geänderte Dateien mit 0 neuen und 1 gelöschten Zeilen
  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,