非ログイン時にエラーを吐くconsole.logを除去 (#8119)

This commit is contained in:
tamaina 2022-01-06 20:07:11 +09:00 committed by GitHub
parent 5e4877b8a4
commit b8f8b9e72c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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));