remove console

This commit is contained in:
liangping 2021-11-16 11:27:31 +08:00
parent 6d37cf4df5
commit 903ddce788

View File

@ -50,7 +50,6 @@ export default class ChainFetch {
async getLatestBlock(config = null) { async getLatestBlock(config = null) {
const conf = config || this.getSelectedConfig() const conf = config || this.getSelectedConfig()
console.log('config: ', conf)
if (conf.chain_name === 'injective') { if (conf.chain_name === 'injective') {
return ChainFetch.fetch('https://tm.injective.network', '/block').then(data => Block.create(commonProcess(data))) return ChainFetch.fetch('https://tm.injective.network', '/block').then(data => Block.create(commonProcess(data)))
} }