mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-03-11 17:48:44 -05:00
fix: remove console log
This commit is contained in:
committed by
konrad
parent
bf1c8c6119
commit
413798b321
@@ -420,7 +420,7 @@ export const useTaskStore = defineStore('task', () => {
|
||||
const cancel = setModuleLoading(setIsLoading)
|
||||
const quickAddMagicMode = authStore.settings.frontendSettings.quickAddMagicMode
|
||||
const parsedTask = parseTaskText(title, quickAddMagicMode)
|
||||
console.log(parsedTask)
|
||||
|
||||
if(parsedTask.text === '') {
|
||||
const taskService = new TaskService()
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user