From f908dace866be5d462b9424ca1b11912b2c2b5d5 Mon Sep 17 00:00:00 2001 From: Arthur DANJOU Date: Wed, 19 Mar 2025 11:31:44 +0100 Subject: [PATCH] Remove tests --- app/components/home/Stats.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/components/home/Stats.vue b/app/components/home/Stats.vue index 56998cf..8b5d9c1 100644 --- a/app/components/home/Stats.vue +++ b/app/components/home/Stats.vue @@ -6,7 +6,6 @@ const { locale, locales } = useI18n() const currentLocale = computed(() => locales.value.find(l => l.code === locale.value)) const { data: stats } = await useAsyncData('stats', () => $fetch('/api/stats')) -console.log(stats.value) const { t } = useI18n({ useScope: 'local', }) @@ -18,7 +17,6 @@ const hours = usePrecision(stats.value!.coding.data.grand_total.total_seconds_in