diff --git a/src/router/index.js b/src/router/index.js
index cc7c23133e1a6289eef9d945a2ddb510fceaffb4..df9c27dc70578dbd245456ae9e4076e39a2e43c1 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -145,7 +145,6 @@ const router = new VueRouter({
   routes,
   routerHistory: [],
   scrollBehavior(to, from, savedPosition) { //* record each route change to keep scroll position
-    console.log('scrollBehavior', savedPosition, this.options, this.options.routerHistory);
     const fromHistory = Boolean(savedPosition);
 
     if (fromHistory && this.options.routerHistory.length > 0) {