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