diff --git a/src/router/index.js b/src/router/index.js index 5f35b7918..881d0607d 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -269,7 +269,6 @@ async function initSession() { setCookieProperties({ [cookieNames.SESSION_ID]: response.data.sessionId}); } } - console.log("router:" + getSessionKeyValue()); return true; }