forked from AkkomaGang/akkoma-fe
remove debug logs
This commit is contained in:
parent
e5f5a0e672
commit
ebe2d466c8
2 changed files with 0 additions and 2 deletions
|
@ -84,7 +84,6 @@ const FollowRequestCard = {
|
|||
return this.mergedConfig.modalOnDenyFollow
|
||||
},
|
||||
show () {
|
||||
console.log("SHOW", this.$store.state.api.followRequests);
|
||||
const notifId = this.$store.state.api.followRequests.find(req => req.id === this.user.id)
|
||||
|
||||
return notifId !== undefined
|
||||
|
|
|
@ -54,7 +54,6 @@ const NavPanel = {
|
|||
}),
|
||||
...mapGetters(['unreadAnnouncementCount']),
|
||||
followRequestCount () {
|
||||
console.log({...this.$store.state.users.currentUser});
|
||||
return this.$store.state.users.currentUser.follow_requests_count
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue