CSR-663 remove console.log

This commit is contained in:
CarlNation 2022-06-02 11:28:05 -04:00
parent 15ed8aad39
commit 4111f53d4c

View file

@ -269,7 +269,6 @@ async function initSession() {
setCookieProperties({ [cookieNames.SESSION_ID]: response.data.sessionId});
}
}
console.log("router:" + getSessionKeyValue());
return true;
}