Removed console.log

This commit is contained in:
Chris Kleeschulte 2017-11-08 09:37:25 -05:00
parent 749b962085
commit af23a8c6e2
No known key found for this signature in database
GPG Key ID: 33195D27EF6BDB7F

View File

@ -77,7 +77,6 @@ AddressService.prototype.getAddressHistory = function(addresses, options, callba
options.txIdList = lodash.uniqWith(options.txIdList, lodash.isEqual);
options.txIdList = lodash.orderBy(options.txIdList, ['height'], ['desc']);
console.log(options.txIdList);
self._getAddressTxHistory(options, function(err, txList) {
if (err) {