diff --git a/test/integration/outgoingcall.js b/test/integration/outgoingcall.js index beac646..5200063 100644 --- a/test/integration/outgoingcall.js +++ b/test/integration/outgoingcall.js @@ -368,7 +368,6 @@ describe("plivoWebSdk", function () { Client1.hangup(); waitUntilOutgoingCall(events.onCallTerminated, () => { - console.log('starting the call') Client1.call('user1', { 'X-PH-plivoHeaders': '1', }); @@ -385,8 +384,6 @@ describe("plivoWebSdk", function () { 'X-PH-plivoHeaders': '5', }); waitUntilOutgoingCall(events.onCalling, () => { - console.log('received the call ', JSON.stringify(Client1._currentSession.extraHeaders)); - if (Client1._currentSession.extraHeaders && Client1._currentSession.extraHeaders['X-PH-plivoHeaders'] === '1' && Client1._currentSession.dest === 'user1') { done(); }