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); };