fix: remove blocklist console log

This commit is contained in:
Adhiraj Singh
2021-11-08 00:18:40 +05:30
parent d796b286a6
commit 6eaed69470

View File

@@ -124,7 +124,6 @@ export const makeChatsSocket = (config: SocketConfig) => {
type: 'get'
}
})
console.log('blocklist', result)
}
const updateBlockStatus = async(jid: string, action: 'block' | 'unblock') => {