Remove console
This commit is contained in:
parent
b680699a0c
commit
0a449889b5
@ -140,7 +140,6 @@ export default {
|
|||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
fetch() {
|
fetch() {
|
||||||
console.log('fetch')
|
|
||||||
Object.keys(this.chains).forEach(k => {
|
Object.keys(this.chains).forEach(k => {
|
||||||
const chain = this.chains[k]
|
const chain = this.chains[k]
|
||||||
if (chain.api) {
|
if (chain.api) {
|
||||||
|
Loading…
Reference in New Issue
Block a user