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() { _callerHungup() {
if (this.restDialTask) { if (this.restDialTask) {
this.logger.info('RestCallSession: releasing AMD');
this.restDialTask.turnOffAmd(); this.restDialTask.turnOffAmd();
} }
this.callInfo.callTerminationBy = 'caller'; this.callInfo.callTerminationBy = 'caller';