diff --git a/src/Socket/chats.ts b/src/Socket/chats.ts index 0b1778d..f88b71a 100644 --- a/src/Socket/chats.ts +++ b/src/Socket/chats.ts @@ -124,7 +124,6 @@ export const makeChatsSocket = (config: SocketConfig) => { type: 'get' } }) - console.log('blocklist', result) } const updateBlockStatus = async(jid: string, action: 'block' | 'unblock') => {