diff --git a/CHANGELOG.md b/CHANGELOG.md index 4513f05..a8da155 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## v2.2.11 (released@ 07-06-2024) **Bug Fixes** -* Enhanced call handling functionality to support multiple executions of the call() method. +* Enhanced call handling functionality to support multiple executions of the `call()` method. ## v2.2.10 (released@ 22-05-2024) diff --git a/test/integration/outgoingcall.js b/test/integration/outgoingcall.js index eec760c..c4ef9e4 100644 --- a/test/integration/outgoingcall.js +++ b/test/integration/outgoingcall.js @@ -382,7 +382,6 @@ describe("plivoWebSdk", function () { 'X-PH-plivoHeaders': '5', }); waitUntilOutgoingCall(events.onCalling, () => { - console.log('extraheaders are ', JSON.stringify(Client1._currentSession.extraHeaders)); if (Client1._currentSession.extraHeaders && Client1._currentSession.extraHeaders['X-PH-plivoHeaders'] === '1' && Client1._currentSession.dest === 'user1') { done(); }