1
0

chore: remove console.log

(cherry picked from commit 76f7797e568e7a170cf78ecd973f3b256786f4a7)
This commit is contained in:
kolaente 2024-09-11 18:14:10 +02:00
parent 5bfd99dd77
commit 40105ee4ce
No known key found for this signature in database
GPG Key ID: F40E70337AB24C9B

View File

@ -177,7 +177,6 @@ async function addTask() {
taskIndex = lastIndex + index + 1
}
console.log('many tasks to create', taskIndex)
const task = await taskStore.createNewTask({
title,
projectId: projectId || authStore.settings.defaultProjectId,