NTP-19782 | remove console logs

This commit is contained in:
varnit goyal
2024-12-16 13:56:06 +05:30
parent 6957f4afc4
commit e623cb2208

View File

@@ -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);
}