console log cleanup

This commit is contained in:
2023-02-03 17:00:03 +00:00
parent cdc687959b
commit b8de41e592
6 changed files with 93 additions and 33 deletions
+1 -1
View File
@@ -223,7 +223,7 @@ export const getServerSideProps = wrapper.getServerSideProps(
let loggedInUser = cookies.pinsUser;
let thisSession = await getSession(ctx);
console.log("nextAuth Session:", thisSession);
//console.log("nextAuth Session:", thisSession);
let loggedInUserIdent = thisSession.user.id;
let loggedInUserEmail = thisSession.user.email;
+1 -1
View File
@@ -139,7 +139,7 @@ export const getServerSideProps = wrapper.getServerSideProps(
console.log("/newappeal - cookies ", cookies);
let thisSession = await getSession(ctx);
console.log("nextAuth Session:", thisSession);
//console.log("nextAuth Session:", thisSession);
if (_.has(thisSession, "user") == false) {
return {