remove debug logs
ci/woodpecker/push/woodpecker Pipeline was successful Details
ci/woodpecker/pr/woodpecker Pipeline failed Details

This commit is contained in:
FloatingGhost 2023-02-04 20:30:29 +00:00
parent e5f5a0e672
commit ebe2d466c8
2 changed files with 0 additions and 2 deletions

View File

@ -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

View File

@ -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
}
}