diff --git a/packages/client/src/stream.ts b/packages/client/src/stream.ts index de918e6099aebeb18f7f959693e48436452bfda9..dea3459b862334a79a0664cb565f74be943ff113 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));