From c3aa971e5d9a46cb9a5495ed6e14ba50f5f09db9 Mon Sep 17 00:00:00 2001 From: Daniel Rosenwasser Date: Wed, 3 Jun 2015 17:20:38 -0700 Subject: [PATCH] Removed comment. --- src/harness/runner.ts | 3 --- 1 file changed, 3 deletions(-) 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; }