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 () { 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 () {