From cb325829c220a9423da29afa58581e555eb95463 Mon Sep 17 00:00:00 2001 From: liangping <18786721@qq.com> Date: Mon, 18 Oct 2021 10:49:00 +0800 Subject: [PATCH] Remove code --- src/views/OsmosisPools.vue | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/views/OsmosisPools.vue b/src/views/OsmosisPools.vue index 7c1d879a..03e79007 100644 --- a/src/views/OsmosisPools.vue +++ b/src/views/OsmosisPools.vue @@ -73,9 +73,8 @@ export default { }, created() { // const api = new OsmosAPI() - this.$http.osmosis.getIncentivesPools().then(res => { - console.log(res) - }) + // this.$http.osmosis.getIncentivesPools().then(res => { + // }) this.$http.osmosis.getPools().then(res => { this.pools = res })