Skip to content

Commit

Permalink
remove debugging console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
SebinSong committed Dec 10, 2024
1 parent 88f4854 commit af81aba
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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] || ''
Expand Down

0 comments on commit af81aba

Please sign in to comment.