chore: do not log reg ID

This commit is contained in:
Adhiraj Singh
2022-07-14 22:46:59 +05:30
parent 33851cdd55
commit 1c36d57dd1

View File

@@ -167,7 +167,7 @@ export const makeSocket = ({
}
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()