diff --git a/lib/blockchainexplorers/insight.js b/lib/blockchainexplorers/insight.js index 5db6b5e..f11e901 100644 --- a/lib/blockchainexplorers/insight.js +++ b/lib/blockchainexplorers/insight.js @@ -84,7 +84,6 @@ Insight.prototype.getTransactions = function(addresses, from, to, cb) { addrs: [].concat(addresses).join(',') }, }; - console.log('*** [insight.js ln87] args:', args); // TODO request(args, function(err, res, txs) { if (err || res.statusCode != 200) return cb(err || res); diff --git a/test/integration/server.js b/test/integration/server.js index 4c84fe1..2d7abce 100644 --- a/test/integration/server.js +++ b/test/integration/server.js @@ -280,7 +280,7 @@ helpers.createAddresses = function(server, wallet, main, change, cb) { var storage, blockchainExplorer; -var useMongo = true; +var useMongo = false; function initStorage(cb) { function getDb(cb) {