remove console.log

This commit is contained in:
nora 2025-07-05 10:53:45 +02:00 committed by GitHub
parent 5fb3ca86b2
commit 0be7b4c981
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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. // Do some fancy date formatting in your locale, so you can't blame me if the numbers look ass.
document.querySelectorAll(".date").forEach((elem) => { document.querySelectorAll(".date").forEach((elem) => {
console.log("run")
elem.textContent = new Intl.DateTimeFormat(undefined, { elem.textContent = new Intl.DateTimeFormat(undefined, {
dateStyle: "short", dateStyle: "short",
timeStyle: "short", timeStyle: "short",