1
0
mirror of https://git.pleroma.social/sjw/pleroma-fe.git synced 2024-12-23 20:05:09 +01:00

remove console log

This commit is contained in:
Shpuld Shpuldson 2020-07-07 11:34:40 +03:00
parent 84d728b970
commit 97c62587d0

View File

@ -100,7 +100,6 @@ const StatusContent = {
)
},
attachmentTypes () {
console.log(this.status.attachments)
return this.status.attachments.map(file => fileType.fileType(file.mimetype))
},
maxThumbnails () {