summaryrefslogtreecommitdiff
path: root/src/client/components/note.vue
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2020-07-27 23:26:32 +0900
committersyuilo <syuilotan@yahoo.co.jp>2020-07-27 23:26:32 +0900
commit0efa969a153a060d232a0e31b10577ece87faeae (patch)
tree0652b61f5eecb508924ef765105e0316f819654f /src/client/components/note.vue
parentrefactor(client): Use v-model for note component, freeze object (diff)
downloadsharkey-0efa969a153a060d232a0e31b10577ece87faeae.tar.gz
sharkey-0efa969a153a060d232a0e31b10577ece87faeae.tar.bz2
sharkey-0efa969a153a060d232a0e31b10577ece87faeae.zip
chore: Remove debug code
Diffstat (limited to 'src/client/components/note.vue')
-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) {