Skip to content
This repository has been archived by the owner on Apr 2, 2021. It is now read-only.

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Lugo committed Nov 10, 2020
1 parent aeff81a commit 48c8525
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/store/sagas/wallet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ function* USDRateWatcher() {
const balanceFetcher = () => {
Services.balance()
.then(({ channel_balance, confirmed_balance, pending_channel_balance }) => {
console.log(`received balance: ${confirmed_balance}`)
getStore().dispatch(
Actions.loadedBalance(
confirmed_balance,
Expand Down

0 comments on commit 48c8525

Please sign in to comment.