mirror of
https://github.com/AleoHQ/leo.git
synced 2024-12-21 00:21:47 +03:00
remove console.log
This commit is contained in:
parent
ec8096a40f
commit
8120384ebc
@ -110,10 +110,6 @@ function test(filePath: string, outFile: string|null): TestResult[] {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
|
|
||||||
console.log(error.code);
|
|
||||||
console.log(error.exitCode);
|
|
||||||
|
|
||||||
outputs.push(error.toString());
|
outputs.push(error.toString());
|
||||||
if (expectation === Expectation.Pass) { // If expectation was Pass and it failed
|
if (expectation === Expectation.Pass) { // If expectation was Pass and it failed
|
||||||
mismatches.push({
|
mismatches.push({
|
||||||
|
Loading…
Reference in New Issue
Block a user