diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2021-09-26 03:25:52 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2021-09-26 03:25:52 +0900 |
| commit | ebce02c253400907e5c31972785d99863d256bb5 (patch) | |
| tree | d2d87fbd63f5fd1a410713d318f5c4d1bcc143bb /src/client | |
| parent | fix(client): MFM関数構文のサジェストで括弧を無視するように (diff) | |
| download | sharkey-ebce02c253400907e5c31972785d99863d256bb5.tar.gz sharkey-ebce02c253400907e5c31972785d99863d256bb5.tar.bz2 sharkey-ebce02c253400907e5c31972785d99863d256bb5.zip | |
chore: clean up
Diffstat (limited to 'src/client')
| -rw-r--r-- | src/client/components/autocomplete.vue | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/components/autocomplete.vue b/src/client/components/autocomplete.vue index 98998293ac..e621b26229 100644 --- a/src/client/components/autocomplete.vue +++ b/src/client/components/autocomplete.vue @@ -310,7 +310,6 @@ export default defineComponent({ this.emojis = matched; } else if (this.type === 'mfmTag') { - console.log(this.q); if (this.q == null || this.q == '') { this.mfmTags = MFM_TAGS; return; |