forked from AkkomaGang/akkoma-fe
remove console log
This commit is contained in:
parent
84d728b970
commit
97c62587d0
1 changed files with 0 additions and 1 deletions
|
@ -100,7 +100,6 @@ const StatusContent = {
|
||||||
)
|
)
|
||||||
},
|
},
|
||||||
attachmentTypes () {
|
attachmentTypes () {
|
||||||
console.log(this.status.attachments)
|
|
||||||
return this.status.attachments.map(file => fileType.fileType(file.mimetype))
|
return this.status.attachments.map(file => fileType.fileType(file.mimetype))
|
||||||
},
|
},
|
||||||
maxThumbnails () {
|
maxThumbnails () {
|
||||||
|
|
Loading…
Reference in a new issue