diff --git a/client/src/components/Table.vue b/client/src/components/Table.vue index 0b75a87..aa5f918 100644 --- a/client/src/components/Table.vue +++ b/client/src/components/Table.vue @@ -28,8 +28,6 @@ const ONE_DAY_MS = 86_400_000 const dates = [...Array(60).keys()] .map(n => new Date(today.valueOf() - (n * ONE_DAY_MS))) -console.log(dates) - // The date as a string like 2023-06-11 function dateString(date: Date) { return date.toISOString().substring(0, 10) diff --git a/client/src/components/TickComponent.vue b/client/src/components/TickComponent.vue index fee8be8..8681322 100644 --- a/client/src/components/TickComponent.vue +++ b/client/src/components/TickComponent.vue @@ -1,9 +1,9 @@ \ No newline at end of file