From 0a56406da3186d6967b51f20fa8f8134c459561e Mon Sep 17 00:00:00 2001 From: Adhiraj Singh Date: Wed, 28 Oct 2020 19:23:29 +0530 Subject: [PATCH] Removed console.log --- package.json | 2 +- src/WAConnection/3.Connect.ts | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index dc0efab..bc5a398 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@adiwajshing/baileys", - "version": "3.2.1", + "version": "3.2.2", "description": "WhatsApp Web API", "homepage": "https://github.com/adiwajshing/Baileys", "main": "lib/WAConnection/WAConnection.js", diff --git a/src/WAConnection/3.Connect.ts b/src/WAConnection/3.Connect.ts index 4362ca6..9ae6f84 100644 --- a/src/WAConnection/3.Connect.ts +++ b/src/WAConnection/3.Connect.ts @@ -324,7 +324,6 @@ export class WAConnection extends Base { const l2 = ((json[2] || [])[0] || [])[0] || '' Object.keys(l1).forEach(key => { anyTriggered = anyTriggered || this.emit (`${DEF_CALLBACK_PREFIX}${l0},${key}:${l1[key]},${l2}`, json) - console.log (`${DEF_CALLBACK_PREFIX}${l0},${key}:${l1[key]},${l2}`) anyTriggered = anyTriggered || this.emit (`${DEF_CALLBACK_PREFIX}${l0},${key}:${l1[key]}`, json) }) anyTriggered = anyTriggered || this.emit (`${DEF_CALLBACK_PREFIX}${l0},,${l2}`, json)