forked from FoundKeyGang/FoundKey
非ログイン時にエラーを吐くconsole.logを除去 (#8119)
This commit is contained in:
parent
5e4877b8a4
commit
b8f8b9e72c
1 changed files with 0 additions and 2 deletions
|
@ -3,8 +3,6 @@ import { markRaw } from 'vue';
|
|||
import { $i } from '@/account';
|
||||
import { url } from '@/config';
|
||||
|
||||
console.log($i.token);
|
||||
|
||||
export const stream = markRaw(new Misskey.Stream(url, $i ? {
|
||||
token: $i.token,
|
||||
} : null));
|
||||
|
|
Loading…
Reference in a new issue