mirror of https://github.com/usememos/memos.git
chore: remove debug code
This commit is contained in:
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…
Reference in New Issue