Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
Merge pull request #11701 from NejcZdovc/hotfix/#11669-error
Browse files Browse the repository at this point in the history
Removes console log for newstate
  • Loading branch information
cezaraugusto committed Oct 28, 2017
1 parent 4ed3315 commit d2e1b93
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app/browser/api/ledger.js
Original file line number Diff line number Diff line change
Expand Up @@ -2360,9 +2360,7 @@ const transitionWalletToBat = () => {
transitionWalletToBat()
})
return
} catch (err) {
console.error(err.toString())
}
} catch (err) {}
}

// Create new client
Expand Down

0 comments on commit d2e1b93

Please sign in to comment.