diff --git a/src/harness/runner.ts b/src/harness/runner.ts index 10992661052..42c2d5667c4 100644 --- a/src/harness/runner.ts +++ b/src/harness/runner.ts @@ -39,10 +39,7 @@ var testConfigFile = (Harness.IO.fileExists(testconfig) ? Harness.IO.readFile(testconfig) : ''); if (testConfigFile !== '') { - // TODO: not sure why this is crashing mocha var testConfig = JSON.parse(testConfigFile); - //var testConfig = testConfigFile.match(/test:\s\['(.*)'\]/); - //var options = testConfig ? [testConfig[1]] : []; if (testConfig.light) { Harness.lightMode = true; }