From 8120384ebcfdf182a5ca21872976f9a0f25c7b61 Mon Sep 17 00:00:00 2001 From: damirka Date: Mon, 27 Sep 2021 19:53:11 +0300 Subject: [PATCH] remove console.log --- wasm/tests/src/index.ts | 4 ---- 1 file changed, 4 deletions(-) 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({