Skip to content

Commit

Permalink
Merge pull request #1515 from cmgustavo/ref/remove-console-log-01
Browse files Browse the repository at this point in the history
Remove console log
  • Loading branch information
JohnathanWhite authored Jan 6, 2025
2 parents 22c6633 + 6721426 commit 919143d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/store/wallet/effects/status/status.ts
Original file line number Diff line number Diff line change
Expand Up @@ -817,9 +817,6 @@ const updateWalletStatus =

const newPendingTxps = dispatch(buildPendingTxps({wallet, status}));
const singleAddress = status.wallet?.singleAddress;
console.log('[updateWalletStatus] wallet obj', wallet);
console.log('[updateWalletStatus] newBalance', newBalance);
console.log('[updateWalletStatus] newPendingTxps', newPendingTxps);

resolve({
balance: newBalance,
Expand Down

0 comments on commit 919143d

Please sign in to comment.