diff --git a/src/harness/harness.ts b/src/harness/harness.ts index 5fe5b84ac9148..b17abc613a3b0 100644 --- a/src/harness/harness.ts +++ b/src/harness/harness.ts @@ -1692,6 +1692,3 @@ namespace Harness { if (Error) (Error).stackTraceLimit = 1; } - -// TODO: not sure why Utils.evalFile isn't working with this, eventually will concat it like old compiler instead of eval -eval(Harness.tcServicesFile);