remove console.log

This commit is contained in:
damirka 2021-09-27 19:53:11 +03:00
parent ec8096a40f
commit 8120384ebc

View File

@ -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({