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) })