diff --git a/frontend/views/containers/chatroom/file-attachment/ChatAttachmentPreview.vue b/frontend/views/containers/chatroom/file-attachment/ChatAttachmentPreview.vue index 2c3be9c1f..6004c2694 100644 --- a/frontend/views/containers/chatroom/file-attachment/ChatAttachmentPreview.vue +++ b/frontend/views/containers/chatroom/file-attachment/ChatAttachmentPreview.vue @@ -239,7 +239,6 @@ export default { openImageViewer (objectURL) { if (!objectURL) { return } - console.log('!@# attachment list: ', this.attachmentList) const allImageAttachments = this.attachmentList.filter(entry => this.fileType(entry) === 'image') .map((entry, index) => { const imgUrl = entry.url || this.objectURLList[index] || ''