diff --git a/src/client/components/note.vue b/src/client/components/note.vue index fba812fc7..c3a199a80 100644 --- a/src/client/components/note.vue +++ b/src/client/components/note.vue @@ -246,8 +246,6 @@ export default Vue.extend({ this.connection = this.$root.stream; } - console.log(this.note); - this.muted = await checkWordMute(this.appearNote, this.$store.state.i, this.$store.state.settings.mutedWords); if (this.detail) {