Skip to content
Snippets Groups Projects
Unverified Commit b8f8b9e7 authored by tamaina's avatar tamaina Committed by GitHub
Browse files

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

parent 5e4877b8
No related branches found
No related tags found
No related merge requests found
......@@ -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));
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment