fix: remve console.log

This commit is contained in:
Davidson Gomes
2024-02-18 07:27:24 -03:00
parent ab89ef8db3
commit 16c2e28e9c
4 changed files with 1 additions and 8 deletions

View File

@@ -46,7 +46,6 @@ export class WAStartupService {
public readonly chatwootCache: CacheService,
) {
this.logger.verbose('WAStartupService initialized');
console.log('WAStartupService initialized');
}
public readonly logger = new Logger(WAStartupService.name);