cleanup stray console logs

This commit is contained in:
Henry Jameson 2023-12-14 00:14:06 +02:00
commit ff10834f1a
8 changed files with 5 additions and 12 deletions

View file

@ -52,7 +52,6 @@ const QuickViewSettings = {
get () { return this.mergedConfig.mentionLinkShowAvatar },
set () {
const value = !this.showUserAvatars
console.log(value)
this.$store.dispatch('setOption', { name: 'mentionLinkShowAvatar', value })
}
},