forked from AkkomaGang/akkoma-fe
remove console spam
This commit is contained in:
parent
b4796ccbf6
commit
4526939dae
2 changed files with 1 additions and 2 deletions
|
@ -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 () {
|
||||
|
|
Loading…
Reference in a new issue