Procházet zdrojové kódy

Remove debug outputs

Steven Silvester před 8 roky
rodič
revize
44bd6cffb2
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  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,