chore: remove debug code

This commit is contained in:
Johnny 2025-02-09 11:44:15 +08:00
parent 5a2f18da69
commit 983323ceef
1 changed files with 0 additions and 1 deletions

View File

@ -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<Inbox>, updateMask: string[]) => {