Remove debug line
This commit is contained in:
parent
7cfc0b0bdd
commit
1911f217a6
1 changed files with 0 additions and 1 deletions
1
index.js
1
index.js
|
@ -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}", "")
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue