From 4526939dae34398ce440dbbcf13f63f7bfe1afa7 Mon Sep 17 00:00:00 2001 From: shpuld Date: Sat, 1 Jun 2019 12:10:00 +0300 Subject: [PATCH] remove console spam --- src/components/mobile_nav/mobile_nav.vue | 2 +- src/components/notifications/notifications.js | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/mobile_nav/mobile_nav.vue b/src/components/mobile_nav/mobile_nav.vue index 90707ce7..dcac440a 100644 --- a/src/components/mobile_nav/mobile_nav.vue +++ b/src/components/mobile_nav/mobile_nav.vue @@ -29,7 +29,7 @@
- +
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 () {