fix and remove debug logs

This commit is contained in:
einhornimmond 2025-10-01 14:50:39 +02:00
parent 84ebba4070
commit adf1ab7048
2 changed files with 3 additions and 9 deletions

View File

@ -67,8 +67,9 @@ const communityIdentifier = computed(
watch(
() => communityIdentifier.value,
(value) => {
console.log('CommunitySwitch.communityIdentifier.value', value)
() => {
// console.log('CommunitySwitch.communityIdentifier.value', value)
setDefaultCommunity()
},
)

View File

@ -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('/')