Skip to content
Snippets Groups Projects
Commit 7ce9b7be authored by Shpuld Shpludson's avatar Shpuld Shpludson
Browse files

Merge branch 'fix/remove-notifications-console-spam' into 'develop'

fix: Remove some console spam

See merge request !818
parents b4796ccb 4526939d
No related branches found
No related tags found
2 merge requests!1028`master` refresh with `develop`,!818fix: Remove some console spam
Pipeline #12663 passed
......@@ -29,7 +29,7 @@
</a>
</div>
<div class="mobile-notifications" @scroll="onScroll">
<Notifications ref="notifications" noHeading="true"/>
<Notifications ref="notifications" :noHeading="true"/>
</div>
</div>
<SideDrawer ref="sideDrawer" :logout="logout"/>
......
......@@ -35,7 +35,6 @@ const Notifications = {
return unseenNotificationsFromStore(this.$store)
},
visibleNotifications () {
console.log(this.filterMode)
return visibleNotificationsFromStore(this.$store, this.filterMode)
},
unseenCount () {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment