mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
chore: do not log reg ID
This commit is contained in:
@@ -167,7 +167,7 @@ export const makeSocket = ({
|
|||||||
}
|
}
|
||||||
helloMsg = proto.HandshakeMessage.fromObject(helloMsg)
|
helloMsg = proto.HandshakeMessage.fromObject(helloMsg)
|
||||||
|
|
||||||
logger.info({ browser, helloMsg, registrationId: creds.registrationId }, 'connected to WA Web')
|
logger.info({ browser, helloMsg }, 'connected to WA Web')
|
||||||
|
|
||||||
const init = proto.HandshakeMessage.encode(helloMsg).finish()
|
const init = proto.HandshakeMessage.encode(helloMsg).finish()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user