Removed console.log
This commit is contained in:
parent
749b962085
commit
af23a8c6e2
@ -77,7 +77,6 @@ AddressService.prototype.getAddressHistory = function(addresses, options, callba
|
|||||||
|
|
||||||
options.txIdList = lodash.uniqWith(options.txIdList, lodash.isEqual);
|
options.txIdList = lodash.uniqWith(options.txIdList, lodash.isEqual);
|
||||||
options.txIdList = lodash.orderBy(options.txIdList, ['height'], ['desc']);
|
options.txIdList = lodash.orderBy(options.txIdList, ['height'], ['desc']);
|
||||||
console.log(options.txIdList);
|
|
||||||
self._getAddressTxHistory(options, function(err, txList) {
|
self._getAddressTxHistory(options, function(err, txList) {
|
||||||
|
|
||||||
if (err) {
|
if (err) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user