From 616084b0230f1882ace9a248cf0ee1fcdefb29b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Moreau?= <cem.moreau@gmail.com> Date: Sun, 17 Dec 2017 15:31:53 +0100 Subject: [PATCH] [enh] tests: remove logging of a block --- test/integration/http_api.js | 1 - 1 file changed, 1 deletion(-) diff --git a/test/integration/http_api.js b/test/integration/http_api.js index 83cd3ccb2..9454b78d6 100644 --- a/test/integration/http_api.js +++ b/test/integration/http_api.js @@ -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() }) -- GitLab