Skip to content
Snippets Groups Projects
Commit af7a3d71 authored by Cédric Moreau's avatar Cédric Moreau
Browse files

[fix] tests: remove console.log(block) to have cleaner tests output

parent 8912fa41
Branches
Tags
No related merge requests found
......@@ -207,7 +207,6 @@ export class BlockchainService extends FIFOService {
await this.blockResolution()
// Resolve the potential forks
await this.forkResolution()
console.log(dto)
const current = await this.current()
this.push({
bcEvent: OtherConstants.BC_EVENT.RESOLUTION_DONE,
......
......@@ -489,7 +489,6 @@ export class TestingServer {
if (!blocksResolved) {
throw Error(DataErrors[DataErrors.BLOCK_WASNT_COMMITTED])
}
console.log(blocksResolved.getRawSigned())
return blocksResolved
}
......@@ -498,7 +497,6 @@ export class TestingServer {
if (!blocksResolved) {
throw Error(DataErrors[DataErrors.BLOCK_WASNT_COMMITTED])
}
console.log(blocksResolved.getRawSigned())
return blocksResolved
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment