forked from AkkomaGang/akkoma-fe
Remove logs
This commit is contained in:
parent
ff5f5095df
commit
20f113e811
1 changed files with 0 additions and 6 deletions
|
@ -74,9 +74,6 @@ const Status = {
|
|||
(this.$store.state.config.hideAttachmentsInConv && this.inConversation)
|
||||
},
|
||||
userProfileLink () {
|
||||
if (this.status.user.screen_name === null) {
|
||||
console.log(this.status.user)
|
||||
}
|
||||
return this.generateUserProfileLink(this.status.user.id, this.status.user.screen_name)
|
||||
},
|
||||
replyProfileLink () {
|
||||
|
@ -297,9 +294,6 @@ const Status = {
|
|||
this.showPreview = false
|
||||
},
|
||||
generateUserProfileLink (id, name) {
|
||||
if (!name) {
|
||||
console.log(id, name)
|
||||
}
|
||||
return generateProfileLink(id, name, this.$store.state.instance.restrictedNicknames)
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue