Merge pull request 'Remove debug line' (#10) from dev into origin

Reviewed-on: https://codeberg.orgBingus_Violet/Violets-Purgatory#10
This commit is contained in:
Bingus_Violet 2024-01-12 19:17:19 +00:00
commit 0fdf4d4c1a

View file

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