remove logs

This commit is contained in:
Shpuld Shpuldson 2021-02-01 14:43:01 +02:00
commit 3e6309ef94
3 changed files with 0 additions and 5 deletions

View file

@ -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'])