From 7a392d13471c5dc555611f6fb6ebced54651a341 Mon Sep 17 00:00:00 2001 From: kolaente Date: Wed, 18 Jan 2023 16:08:26 +0100 Subject: [PATCH] chore: remove debugging leftover --- src/stores/tasks.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/stores/tasks.ts b/src/stores/tasks.ts index aebe1498e..9f26ad40b 100644 --- a/src/stores/tasks.ts +++ b/src/stores/tasks.ts @@ -341,9 +341,7 @@ export const useTaskStore = defineStore('task', () => { { project: projectName, projectId }: { project: string, projectId: IProject['id'] }) { let foundProjectId = null - - console.log('find', {projectName, projectId}) - + // Uses the following ways to get the project id of the new task: // 1. If specified in quick add magic, look in store if it exists and use it if it does if (typeof projectName !== 'undefined' && projectName !== null) {