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

[enh] tests: remove logging of a block

parent 11a843f4
No related branches found
No related tags found
2 merge requests!12291.6 into DockerBuild,!12251.6 fixes
......@@ -336,7 +336,6 @@ function expectJSON(promise, json) {
function postBlock(server2) {
return function(block) {
console.log(typeof block == 'string' ? block : block.getRawSigned())
return post(server2, '/blockchain/block')({
block: typeof block == 'string' ? block : block.getRawSigned()
})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment