From e623cb2208b36fd452a1cc38a2acebc98033c7a1 Mon Sep 17 00:00:00 2001 From: varnit goyal Date: Mon, 16 Dec 2024 13:56:06 +0530 Subject: [PATCH] NTP-19782 | remove console logs --- packages/adapter-ameyo/lib/main.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/adapter-ameyo/lib/main.ts b/packages/adapter-ameyo/lib/main.ts index c8f113e..531efe9 100644 --- a/packages/adapter-ameyo/lib/main.ts +++ b/packages/adapter-ameyo/lib/main.ts @@ -170,6 +170,7 @@ class AmeyoAdapter implements IAdapter { password: response?.secret }); this.sipAccountInfo = payload?.data?.response; + console.log('sip account info', this.sipAccountInfo) getCampaignId(this.sessionId); setAutoStatus(this.sessionId); }