fix: remove console.log
This commit is contained in:
parent
ce0f58c783
commit
43e2d036d7
1 changed files with 0 additions and 1 deletions
|
@ -336,7 +336,6 @@ async function removeTaskRelation() {
|
|||
|
||||
async function createAndRelateTask(title: string) {
|
||||
const newTask = await taskService.create(new TaskModel({title, listId: props.listId}))
|
||||
console.log('new task created', JSON.parse(JSON.stringify(newTask)))
|
||||
newTaskRelation.task = newTask
|
||||
await addTaskRelation()
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue