Remove console

This commit is contained in:
liangping 2021-08-18 13:39:51 +08:00
parent b680699a0c
commit 0a449889b5

View File

@ -140,7 +140,6 @@ export default {
},
methods: {
fetch() {
console.log('fetch')
Object.keys(this.chains).forEach(k => {
const chain = this.chains[k]
if (chain.api) {