diff --git a/lib/services/address/index.js b/lib/services/address/index.js index e65bbd93..aede4a86 100644 --- a/lib/services/address/index.js +++ b/lib/services/address/index.js @@ -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) {