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[] = []