chore: remove console.log
(cherry picked from commit 76f7797e568e7a170cf78ecd973f3b256786f4a7)
This commit is contained in:
parent
5bfd99dd77
commit
40105ee4ce
@ -177,7 +177,6 @@ async function addTask() {
|
|||||||
taskIndex = lastIndex + index + 1
|
taskIndex = lastIndex + index + 1
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log('many tasks to create', taskIndex)
|
|
||||||
const task = await taskStore.createNewTask({
|
const task = await taskStore.createNewTask({
|
||||||
title,
|
title,
|
||||||
projectId: projectId || authStore.settings.defaultProjectId,
|
projectId: projectId || authStore.settings.defaultProjectId,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user