remove console spam

This commit is contained in:
shpuld 2019-06-01 12:10:00 +03:00
parent b4796ccbf6
commit 4526939dae
2 changed files with 1 additions and 2 deletions

View file

@ -35,7 +35,6 @@ const Notifications = {
return unseenNotificationsFromStore(this.$store)
},
visibleNotifications () {
console.log(this.filterMode)
return visibleNotificationsFromStore(this.$store, this.filterMode)
},
unseenCount () {