Skip to content

Commit d75163a

Browse files
committed
test: adjusts wasocket
1 parent e49f306 commit d75163a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/whatsapp/services/monitor.service.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,6 @@ export class WAMonitoringService {
277277
const instance = new WAStartupService(this.configService, this.eventEmitter, this.repository, this.cache);
278278
instance.instanceName = name;
279279
this.logger.verbose('Instance loaded: ' + name);
280-
console.log('Instance loaded: ' + name);
281280
await instance.connectToWhatsapp();
282281
this.logger.verbose('connectToWhatsapp: ' + name);
283282

@@ -304,7 +303,6 @@ export class WAMonitoringService {
304303

305304
if (collections.length > 0) {
306305
this.logger.verbose('Reading collections and setting instances');
307-
console.log(collections);
308306
await Promise.all(collections.map((coll) => this.setInstance(coll.namespace.replace(/^[\w-]+\./, ''))));
309307
} else {
310308
this.logger.verbose('No collections found');

0 commit comments

Comments
 (0)