diff --git a/packages/client/src/stream.ts b/packages/client/src/stream.ts index de918e6099..dea3459b86 100644 --- a/packages/client/src/stream.ts +++ b/packages/client/src/stream.ts @@ -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));