remove console

This commit is contained in:
liangping 2022-04-25 18:04:43 +08:00
parent 2005c6a173
commit 4b5a798400

View File

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