diff --git a/src/router/index.ts b/src/router/index.ts index 6e51c37589..62f42a8596 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -14,7 +14,6 @@ const router = createRouter({ //update current blockchain router.beforeEach((to) => { - console.log(to); if (to.path === '/' && !once) { window.location.replace('/nibiru'); once = true;