diff --git a/wasm/tests/src/index.ts b/wasm/tests/src/index.ts index fe7708e3b0..314b9ad2ae 100644 --- a/wasm/tests/src/index.ts +++ b/wasm/tests/src/index.ts @@ -110,10 +110,6 @@ function test(filePath: string, outFile: string|null): TestResult[] { }); } } catch (error) { - - console.log(error.code); - console.log(error.exitCode); - outputs.push(error.toString()); if (expectation === Expectation.Pass) { // If expectation was Pass and it failed mismatches.push({