chore: remove console.log
(cherry picked from commit 76f7797e568e7a170cf78ecd973f3b256786f4a7)
This commit is contained in:
parent
5bfd99dd77
commit
40105ee4ce
@ -51,7 +51,7 @@
|
||||
import {computed, ref} from 'vue'
|
||||
import {useI18n} from 'vue-i18n'
|
||||
import {useElementHover} from '@vueuse/core'
|
||||
import { useRouter } from 'vue-router'
|
||||
import {useRouter} from 'vue-router'
|
||||
|
||||
import {RELATION_KIND} from '@/types/IRelationKind'
|
||||
import type {ITask} from '@/modelTypes/ITask'
|
||||
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user