Skip to content

Commit

Permalink
Remove console statement
Browse files Browse the repository at this point in the history
  • Loading branch information
MariaHCD committed Jul 25, 2022
1 parent fa07c42 commit 77e16bf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/settings/Payments/TransferBalancePage.js
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,6 @@ class TransferBalancePage extends React.Component {
const isTransferable = transferAmount > 0;
const isButtonDisabled = !isTransferable || !selectedAccount;
const error = this.props.walletTransfer.error;
console.log('this.props.walletTransfer', this.props.walletTransfer);

return (
<ScreenWrapper>
Expand Down

0 comments on commit 77e16bf

Please sign in to comment.