mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-11-23 07:07:07 +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) {
|
||||
|
||||
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({
|
||||
|
Loading…
Reference in New Issue
Block a user