diff --git a/apps/tests/TKUnit.ts b/apps/tests/TKUnit.ts index 2103172fa..7a237353a 100644 --- a/apps/tests/TKUnit.ts +++ b/apps/tests/TKUnit.ts @@ -41,9 +41,7 @@ export function time(): number { export var write = function write(message: string, type?: number) { //console.log(message); - if (trace.enabled) { - trace.write(message, trace.categories.Test, type); - } + trace.write(message, trace.categories.Test, type); } var runTest = function (testInfo: TestInfoEntry) {