From 79f2a2fef6569380db028e0bd681dd1cb5198be4 Mon Sep 17 00:00:00 2001 From: Bernd Schwarzenbacher Date: Thu, 7 Apr 2016 23:18:19 +0200 Subject: [PATCH] Remove debug comment in jstest.py --- notebook/jstest.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/notebook/jstest.py b/notebook/jstest.py index 1ecfda51c..054fdd944 100644 --- a/notebook/jstest.py +++ b/notebook/jstest.py @@ -230,8 +230,6 @@ class JSController(TestController): includes = '--includes=' + os.path.join(js_test_dir,'util.js') test_cases = os.path.join(js_test_dir, self.section) self.cmd = ['casperjs', 'test', includes, test_cases, '--engine=%s' % self.engine] - # self.cmd = ['casperjs', 'test', includes, test_cases, '--engine=%s' % self.engine, - # '--remote-debugger-port=9000'] def setup(self): self.ipydir = TemporaryDirectory()