From af23a8c6e2ff90c2ae4c8d17c38af85fba7eab32 Mon Sep 17 00:00:00 2001 From: Chris Kleeschulte Date: Wed, 8 Nov 2017 09:37:25 -0500 Subject: [PATCH] Removed console.log --- lib/services/address/index.js | 1 - 1 file changed, 1 deletion(-) 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) {