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

This commit is contained in:
tamaina 2022-01-06 20:07:11 +09:00 committed by GitHub
parent f4010f78fc
commit e3fab387cf

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