mirror of
https://github.com/Noratrieb/does-it-build.git
synced 2026-01-14 10:25:01 +01:00
remove console.log
This commit is contained in:
parent
5fb3ca86b2
commit
0be7b4c981
1 changed files with 0 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue