From 4b5a798400cadb7912c3f9ea060be3210559f2f7 Mon Sep 17 00:00:00 2001 From: liangping <18786721@qq.com> Date: Mon, 25 Apr 2022 18:04:43 +0800 Subject: [PATCH] remove console --- src/views/WalletAccountImportAddress.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/views/WalletAccountImportAddress.vue b/src/views/WalletAccountImportAddress.vue index ae4b79b1..7e9acbae 100644 --- a/src/views/WalletAccountImportAddress.vue +++ b/src/views/WalletAccountImportAddress.vue @@ -415,7 +415,6 @@ export default { const { selected } = this.$store.state.chains // this.chain = selected this.$http.getLatestBlock().then(res => { - console.log(res.block.header.chain_id) this.chainId = res.block.header.chain_id this.keplr = this.initParamsForKeplr(this.chainId, selected) })