From 0efa969a153a060d232a0e31b10577ece87faeae Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 27 Jul 2020 23:26:32 +0900 Subject: [PATCH] chore: Remove debug code --- src/client/components/note.vue | 2 -- 1 file changed, 2 deletions(-) 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) {