remove logs
This commit is contained in:
parent
3822a73a49
commit
3e6309ef94
|
@ -78,9 +78,6 @@ const Notification = {
|
|||
this.$store.dispatch('dismissNotificationLocal', { id: this.notification.id })
|
||||
this.$store.dispatch('removeFollowRequest', this.user)
|
||||
})
|
||||
},
|
||||
testlog (a) {
|
||||
console.log(a)
|
||||
}
|
||||
},
|
||||
computed: {
|
||||
|
|
|
@ -66,7 +66,6 @@ const Notifications = {
|
|||
return this.$store.state.statuses.notifications.loading
|
||||
},
|
||||
notificationsToDisplay () {
|
||||
console.log(this.notifications)
|
||||
return this.filteredNotifications.slice(0, this.unseenCount + this.seenToDisplayCount)
|
||||
},
|
||||
...mapGetters(['unreadChatCount'])
|
||||
|
|
|
@ -24,7 +24,6 @@ const Report = {
|
|||
return generateProfileLink(user.id, user.screen_name, this.$store.state.instance.restrictedNicknames)
|
||||
},
|
||||
setReportState (state) {
|
||||
console.log('setting state', state)
|
||||
return this.$store.dispatch('setReportState', { id: this.report.id, state })
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue