From 017d64c76da4e20e56ec5f0392c1acdf6cafcc21 Mon Sep 17 00:00:00 2001 From: Ivan Socolsky Date: Thu, 7 Apr 2016 15:03:00 -0300 Subject: [PATCH] remove log strings --- lib/blockchainexplorers/insight.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/blockchainexplorers/insight.js b/lib/blockchainexplorers/insight.js index f3778de..816f27d 100644 --- a/lib/blockchainexplorers/insight.js +++ b/lib/blockchainexplorers/insight.js @@ -35,8 +35,6 @@ Insight.prototype._doRequest = function(args, cb) { 'User-Agent': this.userAgent, } }; - console.log('*** [insight.js ln38] opts:', opts); // TODO - requestList(_.defaults(args, opts), cb); };