From 63737d0ed65001ccee19fc37925630a63da8cc29 Mon Sep 17 00:00:00 2001 From: cgeek <cem.moreau@gmail.com> Date: Sun, 24 Aug 2014 17:29:36 +0200 Subject: [PATCH] Summary message before manual PoW --- app/service/KeychainService.js | 1 - bin/ucoind | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/app/service/KeychainService.js b/app/service/KeychainService.js index 04864ed87..9b0d4f9bd 100644 --- a/app/service/KeychainService.js +++ b/app/service/KeychainService.js @@ -937,7 +937,6 @@ function KeyService (conn, conf, PublicKeyService) { callback(); }); }, function(){ - console.log(passingNewcomers); done(null, passingNewcomers); }); } diff --git a/bin/ucoind b/bin/ucoind index 425eee837..6328dad0c 100755 --- a/bin/ucoind +++ b/bin/ucoind @@ -287,6 +287,7 @@ function generateAndSend (generationMethod) { method(next); }, function (block, next){ + logger.debug('Keyblock to be sent: %s', block.quickDescription()); var wiz = wizard(server); async.waterfall([ function (next){ -- GitLab