diff --git a/static/index.js b/static/index.js index a1e30c1..5ddef79 100644 --- a/static/index.js +++ b/static/index.js @@ -5,7 +5,6 @@ document.querySelectorAll(".number").forEach((elem) => { // Do some fancy date formatting in your locale, so you can't blame me if the numbers look ass. document.querySelectorAll(".date").forEach((elem) => { - console.log("run") elem.textContent = new Intl.DateTimeFormat(undefined, { dateStyle: "short", timeStyle: "short",