diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2021-09-26 02:56:02 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2021-09-26 02:56:02 +0900 |
| commit | 5fd549656b14d2ba79dca70bc87325844ed1a27a (patch) | |
| tree | 6664e26afbc9ff81bd55b9ebbf6da56783f6a846 /src/client | |
| parent | feat(client): MFM関数構文のサジェストを実装 (diff) | |
| download | sharkey-5fd549656b14d2ba79dca70bc87325844ed1a27a.tar.gz sharkey-5fd549656b14d2ba79dca70bc87325844ed1a27a.tar.bz2 sharkey-5fd549656b14d2ba79dca70bc87325844ed1a27a.zip | |
chore: clean up
Diffstat (limited to 'src/client')
| -rw-r--r-- | src/client/components/autocomplete.vue | 2 |
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 = []; |