remove console log
This commit is contained in:
parent
84d728b970
commit
97c62587d0
@ -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 New Issue
Block a user