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:
@@ -112,8 +112,7 @@ export const makeNoiseHandler = ({
|
||||
const certDecoded = decrypt(serverHello!.payload!)
|
||||
|
||||
if(mobile) {
|
||||
const cert = proto.CertChain.NoiseCertificate.decode(certDecoded)
|
||||
logger.debug(cert)
|
||||
proto.CertChain.NoiseCertificate.decode(certDecoded)
|
||||
} else {
|
||||
const { intermediate: certIntermediate } = proto.CertChain.decode(certDecoded)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user