From a46c3aa34a5c541db664bc8afe574fdf1fea9e10 Mon Sep 17 00:00:00 2001 From: Ivan Socolsky Date: Mon, 13 Jul 2015 17:44:42 -0300 Subject: [PATCH] fixes --- lib/blockchainexplorers/insight.js | 1 - test/integration/server.js | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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) {