Skip to content

Commit

Permalink
Remove console.log statement from Text.vue component
Browse files Browse the repository at this point in the history
  • Loading branch information
swuecho committed Feb 1, 2025
1 parent 172e59c commit e0deef7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/src/views/components/Message/Text.vue
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ const text = computed(() => {
// prcessing <think></think> tag
const thinked = processTextForCollapsibles(value)
const escapedText = escapeBrackets(escapeDollarNumber(thinked))
console.log(escapedText)
return mdi.render(escapedText)
}
return value
Expand Down

0 comments on commit e0deef7

Please sign in to comment.