mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2026-01-11 06:12:19 -06:00
fix: remve console.log
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user