Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
patitonar committed Mar 27, 2019
1 parent d42b6c6 commit 86c1bfa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/stores/TxStore.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ class TxStore {
addPendingTransaction()
this.getTxReceipt(hash)
}).on('error', (e) => {
console.log(e.message)
if(e.message.includes('User denied transaction signature')) {
this.alertStore.setLoading(false)
this.alertStore.pushError('Transaction rejected on wallet');
Expand Down

0 comments on commit 86c1bfa

Please sign in to comment.