mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-22 09:57:29 -07:00
非ログイン時にエラーを吐くconsole.logを除去 (#8119)
This commit is contained in:
parent
f4010f78fc
commit
e3fab387cf
1 changed files with 0 additions and 2 deletions
|
@ -3,8 +3,6 @@ import { markRaw } from 'vue';
|
||||||
import { $i } from '@/account';
|
import { $i } from '@/account';
|
||||||
import { url } from '@/config';
|
import { url } from '@/config';
|
||||||
|
|
||||||
console.log($i.token);
|
|
||||||
|
|
||||||
export const stream = markRaw(new Misskey.Stream(url, $i ? {
|
export const stream = markRaw(new Misskey.Stream(url, $i ? {
|
||||||
token: $i.token,
|
token: $i.token,
|
||||||
} : null));
|
} : null));
|
||||||
|
|
Loading…
Reference in a new issue