diff --git a/src/routes/invite/[address]/+page.svelte b/src/routes/invite/[address]/+page.svelte index 0b8dafa5..b8d518db 100644 --- a/src/routes/invite/[address]/+page.svelte +++ b/src/routes/invite/[address]/+page.svelte @@ -113,7 +113,6 @@ // make a copy of the list of chatIds when the screen is opened so that later we can compare const oldChatIds = new Set($chats.chats.keys()) unsubscribe = chats.subscribe((store) => { - console.debug({ store, oldChats: oldChatIds }) store.chats.forEach((value, key) => { if (!oldChatIds.has(key) && !isGroupChatId(value.chatId)) { // found new private chat