Remove debug code
This commit is contained in:
parent
63cc25aab5
commit
a526060137
@ -322,7 +322,6 @@ export default {
|
|||||||
created() {
|
created() {
|
||||||
const { selected } = store.state.chains
|
const { selected } = store.state.chains
|
||||||
if (selected && selected.chain_name && !this.exludes.includes(selected.chain_name)) {
|
if (selected && selected.chain_name && !this.exludes.includes(selected.chain_name)) {
|
||||||
console.log(this.exludes, selected.chain_name, this.exludes.includes(selected.chain_name))
|
|
||||||
this.selected.push(selected.chain_name)
|
this.selected.push(selected.chain_name)
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user