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) {