chore: remove redundant log

This commit is contained in:
Adhiraj Singh
2022-04-13 23:41:20 +05:30
parent 44d1acb05f
commit e3cb822c08

View File

@@ -233,8 +233,6 @@ export const makeSocket = ({
logger.info({ count }, 'uploading pre-keys')
const { update, node } = await getNextPreKeysNode({ creds, keys }, count)
console.log(JSON.stringify(node, BufferJSON.replacer, 2))
await query(node)
ev.emit('creds.update', update)