From db6a02c4a562465d7a93c3c171d8f07fd3c939a0 Mon Sep 17 00:00:00 2001 From: Adhiraj Singh Date: Fri, 7 Jan 2022 21:04:54 +0530 Subject: [PATCH] chore: remove redundant log --- src/Socket/chats.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Socket/chats.ts b/src/Socket/chats.ts index 1866c32..a96994a 100644 --- a/src/Socket/chats.ts +++ b/src/Socket/chats.ts @@ -443,8 +443,6 @@ export const makeChatsSocket = (config: SocketConfig) => { } const processSyncActions = (actions: ChatMutation[]) => { - console.log(actions) - const updates: { [jid: string]: Partial } = {} const contactUpdates: { [jid: string]: Contact } = {} const msgDeletes: proto.IMessageKey[] = []