diff --git a/src/router/index.js b/src/router/index.js index cbfd7168..aa2baafe 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -360,7 +360,6 @@ const router = new VueRouter({ router.beforeEach((to, from, next) => { const c = to.params.chain - console.log(Vue.prototype) if (c) { store.commit('select', { chain_name: c }) store.dispatch('chains/getAllIBCDenoms', Vue.prototype)