chore: remove debug code

pull/4384/head
Johnny 3 weeks ago
parent 5a2f18da69
commit 983323ceef

@ -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[]) => {

Loading…
Cancel
Save