From fbf5973df379f0756ed447aff7b15a1357e769bc Mon Sep 17 00:00:00 2001 From: Pihkaal Date: Tue, 24 Feb 2026 15:32:37 +0100 Subject: [PATCH] chore: remove console.logs --- app/stores/projects.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/stores/projects.ts b/app/stores/projects.ts index ebbcc95..17328c7 100644 --- a/app/stores/projects.ts +++ b/app/stores/projects.ts @@ -54,8 +54,6 @@ export const useProjectsStore = defineStore("projects", { .replace(/-([a-z])/g, (_, letter) => letter.toUpperCase()), })); - console.log(this.projects); - this.loading = false; },