diff --git a/web/src/store/v2/user.ts b/web/src/store/v2/user.ts index a3e7e11f5..c1b41def5 100644 --- a/web/src/store/v2/user.ts +++ b/web/src/store/v2/user.ts @@ -68,7 +68,6 @@ const userStore = (() => { const fetchInboxes = async () => { const { inboxes } = await inboxServiceClient.listInboxes({}); state.inboxes = inboxes; - console.log("inboxes", inboxes); }; const updateInbox = async (inbox: Partial, updateMask: string[]) => {