cleanup stray console logs
This commit is contained in:
parent
5ad8f2cd5c
commit
ff10834f1a
8 changed files with 5 additions and 12 deletions
|
|
@ -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 })
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -16,7 +16,6 @@ const Report = {
|
|||
},
|
||||
computed: {
|
||||
report () {
|
||||
console.log(this.$store.state.reports.reports[this.reportId] || {})
|
||||
return this.$store.state.reports.reports[this.reportId] || {}
|
||||
},
|
||||
state: {
|
||||
|
|
|
|||
|
|
@ -755,7 +755,6 @@ export default {
|
|||
selected () {
|
||||
this.selectedTheme = Object.entries(this.availableStyles).find(([k, s]) => {
|
||||
if (Array.isArray(s)) {
|
||||
console.log(s[0] === this.selected, this.selected)
|
||||
return s[0] === this.selected
|
||||
} else {
|
||||
return s.name === this.selected
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue