forked from creations/profilePage
not me forgetting console logs
This commit is contained in:
parent
c54d959e7e
commit
5e94af5980
1 changed files with 0 additions and 5 deletions
|
@ -37,8 +37,6 @@ async function handler(): Promise<Response> {
|
|||
status = presence.discord_status;
|
||||
}
|
||||
|
||||
console.log(presence.kv.rain);
|
||||
|
||||
const ejsTemplateData: EjsTemplateData = {
|
||||
title: presence.discord_user.global_name || presence.discord_user.username,
|
||||
username:
|
||||
|
@ -57,9 +55,6 @@ async function handler(): Promise<Response> {
|
|||
allowRain: presence.kv.rain === "true",
|
||||
};
|
||||
|
||||
console.log("allowSnow", presence.kv.snow);
|
||||
console.log("allowRain", presence.kv.rain);
|
||||
|
||||
return await renderEjsTemplate("index", ejsTemplateData);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue