removed console.log
This commit is contained in:
parent
2f3f2103d5
commit
3e6408e58c
1 changed files with 0 additions and 1 deletions
|
|
@ -2853,7 +2853,6 @@ Wallet.prototype.getTransactionHistory = function(cb) {
|
||||||
|
|
||||||
var history = _.map(txs, function(tx) {
|
var history = _.map(txs, function(tx) {
|
||||||
decorateTx(tx);
|
decorateTx(tx);
|
||||||
console.log(tx);
|
|
||||||
return tx;
|
return tx;
|
||||||
});
|
});
|
||||||
return cb(null, history);
|
return cb(null, history);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue