clean up debug info, reduce page weight

This commit is contained in:
2024-09-26 10:07:27 +01:00
parent 00359e2f7d
commit a362a2c00f
11 changed files with 49 additions and 36 deletions
+1 -1
View File
@@ -123,7 +123,7 @@ export const getServerSideProps = wrapper.getServerSideProps(
console.log(cookies);
console.log("the query :", query.ticketnumber);
console.log("viewkey:" + query.hasOwnProperty("key") ? "yes" : "no");
console.log("viewkey: " + (query.hasOwnProperty("key") ? "yes" : "no"));
const showLoginCheck = process.env.SHOWLOGIN || false;
let thisSession = await getSession(ctx);