mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
chore: remove console.logs
This commit is contained in:
@@ -188,9 +188,6 @@ export const makeSocket = (config: SocketConfig) => {
|
||||
let helloMsg: proto.IHandshakeMessage = {
|
||||
clientHello: { ephemeral: ephemeralKeyPair.public }
|
||||
}
|
||||
console.log(helloMsg)
|
||||
console.log(Buffer.from(ephemeralKeyPair.public).toString('base64'))
|
||||
console.log(ephemeralKeyPair.public.length)
|
||||
helloMsg = proto.HandshakeMessage.fromObject(helloMsg)
|
||||
|
||||
logger.info({ browser, helloMsg }, 'connected to WA')
|
||||
|
||||
Reference in New Issue
Block a user