remove console.log

This commit is contained in:
Daniel Herrmann 2024-03-10 13:56:55 +01:00
parent 7114847807
commit 76a7f1ae96
1 changed files with 0 additions and 2 deletions

View File

@ -329,8 +329,6 @@ async function save() {
}
showErrorTeamnameRequired.value = false
console.log('team.value', team.value)
team.value = await teamService.value.update(team.value)
success({message: t('team.edit.success')})
}