From 1680906d64e57e1a5662ab0e0cf534498b5239a3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Timoth=C3=A9e=20Poussard?= <tpoussard@neogeo.fr>
Date: Tue, 8 Feb 2022 15:05:12 +0100
Subject: [PATCH] redirect to shared project after login

---
 src/router/index.js | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/router/index.js b/src/router/index.js
index cc7c2313..df9c27dc 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) {
-- 
GitLab