We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6e8210 commit 21513f5Copy full SHA for 21513f5
1 file changed
src/api/integrations/channel/whatsapp/whatsapp.baileys.service.ts
@@ -989,14 +989,6 @@ export class BaileysStartupService extends ChannelStartupService {
989
progress?: number;
990
syncType?: proto.HistorySync.HistorySyncType;
991
}) => {
992
- //These logs are crucial; when something changes in Baileys/WhatsApp, we can more easily understand what changed!
993
- this.logger.debug('Messages abaixo');
994
- this.logger.debug(messages);
995
- this.logger.debug('Chats abaixo');
996
- this.logger.debug(chats);
997
- this.logger.debug('Contatos abaixo');
998
- this.logger.debug(contacts);
999
-
1000
try {
1001
if (syncType === proto.HistorySync.HistorySyncType.ON_DEMAND) {
1002
console.log('received on-demand history sync, messages=', messages);
0 commit comments