Browse Source

remove log strings

activeAddress
Ivan Socolsky 9 years ago
parent
commit
017d64c76d
No known key found for this signature in database GPG Key ID: FAECE6A05FAA4F56
  1. 2
      lib/blockchainexplorers/insight.js

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

Loading…
Cancel
Save