Remove debug line

This commit is contained in:
bingus_violet 2024-01-12 19:13:52 +00:00
parent 7cfc0b0bdd
commit 1911f217a6

View file

@ -220,7 +220,6 @@ function pageUpdate() {
if ([11, 12].includes(currentMonth)) { // The Below HTML is copy and pasted from that one site :>
html = html.replace("{SEASONAL_EFFECT}", fs.readFileSync(path.join(__dirname, 'static/snow.html')))
console.log("beep")
} else {
html = html.replace("{SEASONAL_EFFECT}", "")
}