cleanup console logs (changed actual proper logs to .info())
This commit is contained in:
parent
7d88140bb4
commit
c71a36de30
9 changed files with 6 additions and 12 deletions
|
|
@ -10,7 +10,6 @@ export default {
|
|||
methods: {
|
||||
...Setting.methods,
|
||||
getValue (e) {
|
||||
console.log(e)
|
||||
return e
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -237,7 +237,6 @@ const AppearanceTab = {
|
|||
return !window.IntersectionObserver
|
||||
},
|
||||
instanceWallpaper () {
|
||||
console.log(this.$store.state.instance.background)
|
||||
this.$store.state.instance.background
|
||||
},
|
||||
instanceWallpaperUsed () {
|
||||
|
|
|
|||
|
|
@ -152,7 +152,6 @@ const ClutterTab = {
|
|||
},
|
||||
purgeExpiredFilters () {
|
||||
this.muteFiltersExpired.forEach(([id]) => {
|
||||
console.log(id)
|
||||
delete this.muteFiltersDraftObject[id]
|
||||
this.unsetPreference({ path: 'simple.muteFilters.' + id , value: null })
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue