diff --git a/index.js b/index.js index 1fadfc8..e78dd4c 100644 --- a/index.js +++ b/index.js @@ -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}", "") }