From 4111f53d4cfb187bb19ea3cef035ba6c8a085594 Mon Sep 17 00:00:00 2001 From: CarlNation Date: Thu, 2 Jun 2022 11:28:05 -0400 Subject: [PATCH] CSR-663 remove console.log --- src/router/index.js | 1 - 1 file changed, 1 deletion(-) 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; }