chore: remove useless log

This commit is contained in:
Adhiraj Singh
2022-04-12 19:21:56 +05:30
parent d399cbf810
commit 2c87bfae2c

View File

@@ -194,7 +194,6 @@ export const makeSocket = ({
logger.trace({ handshake }, 'handshake recv from WA Web')
const keyEnc = noise.processHandshake(handshake, creds.noiseKey)
logger.info('handshake complete')
let node: proto.IClientPayload
if(!creds.me) {