remove log message

This commit is contained in:
Dave Horton
2023-08-07 15:22:03 -04:00
parent c8e9b34b53
commit 043a171f41

View File

@@ -49,7 +49,6 @@ class RestCallSession extends CallSession {
*/
_callerHungup() {
if (this.restDialTask) {
this.logger.info('RestCallSession: releasing AMD');
this.restDialTask.turnOffAmd();
}
this.callInfo.callTerminationBy = 'caller';