Skip to content

Commit

Permalink
fix(prov-payments): remove commented out consoles
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLeoB committed Apr 19, 2021
1 parent 4e57882 commit 951836e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,7 @@ export default ({
const defaultAccount = isFromBuySell
? yield call(getCustodialAccountForCoin, coin)
: yield call(getDefaultAccountForCoin, coin)

const payment: PaymentValue = yield call(createPayment, {
...defaultAccount,
address: getAccountIndexOrAccount(coin, defaultAccount)
Expand Down
3 changes: 0 additions & 3 deletions packages/blockchain-wallet-v4/src/redux/payment/btc/sagas.js
Original file line number Diff line number Diff line change
Expand Up @@ -176,9 +176,6 @@ export default ({ api }) => {
? Coin.fromJS({ script: target.script, value })
: Coin.fromJS({ address: target.address, value })
)
// logs inputs
// const inputs = CoinSelection.descentDraw(targets, fee, coins, change)
// console.log(inputs, 'inputs change')
return CoinSelection.descentDraw(targets, fee, coins, change)
}

Expand Down

0 comments on commit 951836e

Please sign in to comment.