diff options
| author | Shpuld Shpludson <shp@cock.li> | 2019-06-01 09:15:53 +0000 |
|---|---|---|
| committer | Shpuld Shpludson <shp@cock.li> | 2019-06-01 09:15:53 +0000 |
| commit | 7ce9b7be079dfe46fa9a974fd7c54864156d57f8 (patch) | |
| tree | 2a0a0da7239670a63f204ca1f25af5cb07df3778 /src/components/notifications/notifications.js | |
| parent | b4796ccbf6302056bf6f58e30d495334b830c41e (diff) | |
| parent | 4526939dae34398ce440dbbcf13f63f7bfe1afa7 (diff) | |
Merge branch 'fix/remove-notifications-console-spam' into 'develop'
fix: Remove some console spam
See merge request pleroma/pleroma-fe!818
Diffstat (limited to 'src/components/notifications/notifications.js')
| -rw-r--r-- | src/components/notifications/notifications.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/notifications/notifications.js b/src/components/notifications/notifications.js index 8c97eb04..6c4054fd 100644 --- a/src/components/notifications/notifications.js +++ b/src/components/notifications/notifications.js @@ -35,7 +35,6 @@ const Notifications = { return unseenNotificationsFromStore(this.$store) }, visibleNotifications () { - console.log(this.filterMode) return visibleNotificationsFromStore(this.$store, this.filterMode) }, unseenCount () { |
