Remove console.log
This commit is contained in:
parent
6f5e243e7c
commit
d72faee981
@ -244,7 +244,6 @@ export default {
|
|||||||
removeAddress(v) {
|
removeAddress(v) {
|
||||||
Object.values(this.accounts).forEach(item => {
|
Object.values(this.accounts).forEach(item => {
|
||||||
const newAddrs = item.address.filter(a => a.addr !== v)
|
const newAddrs = item.address.filter(a => a.addr !== v)
|
||||||
console.log(item, newAddrs, v)
|
|
||||||
this.$set(item, 'address', newAddrs)
|
this.$set(item, 'address', newAddrs)
|
||||||
})
|
})
|
||||||
localStorage.setItem('accounts', JSON.stringify(this.accounts))
|
localStorage.setItem('accounts', JSON.stringify(this.accounts))
|
||||||
|
Loading…
Reference in New Issue
Block a user