Skip to content

Commit

Permalink
fix: remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
trev-dev committed Dec 19, 2024
1 parent 255b2e4 commit 5307b4e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/components/messages/RequestConversations.vue
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,6 @@ export default {
return item.ofmSourceSystem ? `${this.userInfo?.firstName ?? ''} ${this.userInfo?.lastName}` : OFM_PROGRAM
},
handlePdf(event) {
console.log(event.target)
if (event.target.classList.contains('conversation-pdf')) {
fetch(event.target.dataset.link)
.then((res) => res.blob())
Expand Down

0 comments on commit 5307b4e

Please sign in to comment.