summaryrefslogtreecommitdiff
path: root/src/client/components
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2021-09-26 02:56:02 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2021-09-26 02:56:02 +0900
commit5fd549656b14d2ba79dca70bc87325844ed1a27a (patch)
tree6664e26afbc9ff81bd55b9ebbf6da56783f6a846 /src/client/components
parentfeat(client): MFM関数構文のサジェストを実装 (diff)
downloadsharkey-5fd549656b14d2ba79dca70bc87325844ed1a27a.tar.gz
sharkey-5fd549656b14d2ba79dca70bc87325844ed1a27a.tar.bz2
sharkey-5fd549656b14d2ba79dca70bc87325844ed1a27a.zip
chore: clean up
Diffstat (limited to 'src/client/components')
-rw-r--r--src/client/components/autocomplete.vue2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/client/components/autocomplete.vue b/src/client/components/autocomplete.vue
index e2c1af3356..98998293ac 100644
--- a/src/client/components/autocomplete.vue
+++ b/src/client/components/autocomplete.vue
@@ -231,8 +231,6 @@ export default defineComponent({
}
}
- console.log(this.type);
-
if (this.type === 'user') {
if (this.q == null) {
this.users = [];