diff --git a/lib/server.js b/lib/server.js index e6d0114..2b432be 100644 --- a/lib/server.js +++ b/lib/server.js @@ -317,7 +317,7 @@ CopayServer.prototype._getBlockExplorer = function(provider, network) { url = 'https://test-insight.bitpay.com:443' break; } -console.log('[server.js.320:url:]',url); //TODO + console.log('[server.js.320:url:]', url); //TODO return new Explorers.Insight(url, network); break; } @@ -650,7 +650,6 @@ CopayServer.prototype.signTx = function(opts, cb) { txid: txid }); -console.log('[server.js.653:txp:]',txp); //TODO return cb(null, txp); }); });