From 0be7b4c981381c655e5dec35a689ad23eb668c8d Mon Sep 17 00:00:00 2001 From: nora <48135649+Noratrieb@users.noreply.github.com> Date: Sat, 5 Jul 2025 10:53:45 +0200 Subject: [PATCH] remove console.log --- static/index.js | 1 - 1 file changed, 1 deletion(-) 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",