chore: remove debugging leftover

This commit is contained in:
kolaente 2023-01-18 16:08:26 +01:00
parent 059e4643e6
commit 7a392d1347
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 3 deletions

View File

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