mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-26 10:28:38 -06:00
Remove console.log
This commit is contained in:
parent
872aa2a418
commit
ca55291fbc
@ -66,7 +66,6 @@ export class WebhookController extends EventController implements EventControlle
|
|||||||
local,
|
local,
|
||||||
}: EmitData): Promise<void> {
|
}: EmitData): Promise<void> {
|
||||||
const instance = (await this.get(instanceName)) as wa.LocalWebHook;
|
const instance = (await this.get(instanceName)) as wa.LocalWebHook;
|
||||||
console.log(instanceName)
|
|
||||||
|
|
||||||
|
|
||||||
const webhookConfig = configService.get<Webhook>('WEBHOOK');
|
const webhookConfig = configService.get<Webhook>('WEBHOOK');
|
||||||
|
Loading…
Reference in New Issue
Block a user