forked from cerc-io/cosmos-explorer
remove console
This commit is contained in:
parent
285e269f44
commit
161a6d6c67
@ -339,7 +339,6 @@ export default {
|
|||||||
this.$refs.simpleRules.validate().then(ok => {
|
this.$refs.simpleRules.validate().then(ok => {
|
||||||
if (ok) {
|
if (ok) {
|
||||||
this.sendTx().then(ret => {
|
this.sendTx().then(ret => {
|
||||||
console.log(ret)
|
|
||||||
this.error = ret
|
this.error = ret
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
@ -396,18 +395,14 @@ export default {
|
|||||||
time: new Date(),
|
time: new Date(),
|
||||||
})
|
})
|
||||||
}).catch(e => {
|
}).catch(e => {
|
||||||
console.log(e)
|
|
||||||
this.error = e
|
this.error = e
|
||||||
})
|
})
|
||||||
}).catch(e => {
|
}).catch(e => {
|
||||||
console.log(e)
|
|
||||||
|
|
||||||
this.error = e
|
this.error = e
|
||||||
})
|
})
|
||||||
return ''
|
return ''
|
||||||
},
|
},
|
||||||
updateWallet(v) {
|
updateWallet(v) {
|
||||||
console.log('device', v)
|
|
||||||
if (v && v !== 'address') {
|
if (v && v !== 'address') {
|
||||||
this.wallet = v
|
this.wallet = v
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user