From 903ddce7880219e0998e5f7d9c30c734adbfd1a2 Mon Sep 17 00:00:00 2001 From: liangping <18786721@qq.com> Date: Tue, 16 Nov 2021 11:27:31 +0800 Subject: [PATCH] remove console --- src/libs/fetch.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/libs/fetch.js b/src/libs/fetch.js index 48c3d904..db8c74f5 100644 --- a/src/libs/fetch.js +++ b/src/libs/fetch.js @@ -50,7 +50,6 @@ export default class ChainFetch { async getLatestBlock(config = null) { const conf = config || this.getSelectedConfig() - console.log('config: ', conf) if (conf.chain_name === 'injective') { return ChainFetch.fetch('https://tm.injective.network', '/block').then(data => Block.create(commonProcess(data))) }