Commit 983323ce authored by Johnny's avatar Johnny

chore: remove debug code

parent 5a2f18da
......@@ -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[]) => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment