remove console statments, fix lint

This commit is contained in:
ogerly 2022-10-17 12:07:27 +02:00
parent 9baabd0737
commit 1a273918b5

View File

@ -136,7 +136,7 @@
icon="close"
ghost
size="small"
style="position: relative; display: inline-block; right: -96%; top: -33px; width: 26px;"
style="position: relative; display: inline-block; right: -96%; top: -33px; width: 26px"
@click="formData.locationName = ''"
></base-button>
@ -262,9 +262,6 @@ export default {
return this.$filters.removeHtml(this.formData.description).length
},
sameLocation() {
console.log('this.group.locationName', this.group.locationName)
console.log('this.formData.locationName', this.formData.locationName)
console.log('this.group.locationName === null && this.formData.locationName === ', this.group.locationName === null && this.formData.locationName === '')
if (this.group.locationName === null || this.formData.locationName !== '') return true
if (this.group.locationName !== this.formData.locationName.value) return false
return true