Skip to content

Commit 95ec18a

Browse files
committed
(clean) remove console.log
1 parent b3ac3d7 commit 95ec18a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/FormatMessage/FormatMessage.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ export default {
125125
},
126126
formattedContent() {
127127
if (this.deleted) {
128-
console.log('heuy')
129128
return this.textMessages.MESSAGE_DELETED
130129
} else {
131130
return this.formatTags(this.content)

0 commit comments

Comments
 (0)