summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/client/components/note.vue2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/client/components/note.vue b/src/client/components/note.vue
index fba812fc71..c3a199a805 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) {