mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
fix and remove debug logs
This commit is contained in:
parent
84ebba4070
commit
adf1ab7048
@ -67,8 +67,9 @@ const communityIdentifier = computed(
|
||||
|
||||
watch(
|
||||
() => communityIdentifier.value,
|
||||
(value) => {
|
||||
console.log('CommunitySwitch.communityIdentifier.value', value)
|
||||
() => {
|
||||
// console.log('CommunitySwitch.communityIdentifier.value', value)
|
||||
setDefaultCommunity()
|
||||
},
|
||||
)
|
||||
|
||||
|
||||
@ -304,13 +304,6 @@ watch(
|
||||
},
|
||||
)
|
||||
|
||||
watch(
|
||||
() => autoCommunityIdentifier.value,
|
||||
(value) => {
|
||||
console.log('autoCommunityIdentifier.value', value)
|
||||
},
|
||||
)
|
||||
|
||||
function onSubmit() {
|
||||
const transformedForm = validationSchema.value.cast(form)
|
||||
const parts = transformedForm.identifier.split('/')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user