chore: remove redundant log

This commit is contained in:
Adhiraj Singh
2022-01-07 21:04:54 +05:30
parent d15bde5d17
commit db6a02c4a5

View File

@@ -443,8 +443,6 @@ export const makeChatsSocket = (config: SocketConfig) => {
}
const processSyncActions = (actions: ChatMutation[]) => {
console.log(actions)
const updates: { [jid: string]: Partial<Chat> } = {}
const contactUpdates: { [jid: string]: Contact } = {}
const msgDeletes: proto.IMessageKey[] = []