mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-20 16:50:39 +00:00
remove unnecessary code for cleanup disableBotMode (#673)
This commit is contained in:
@@ -935,7 +935,6 @@ class CallSession extends Emitter {
|
|||||||
// all done - cleanup
|
// all done - cleanup
|
||||||
this.logger.info('CallSession:exec all tasks complete');
|
this.logger.info('CallSession:exec all tasks complete');
|
||||||
this._stopping = true;
|
this._stopping = true;
|
||||||
this.disableBotMode();
|
|
||||||
this._onTasksDone();
|
this._onTasksDone();
|
||||||
this._clearResources();
|
this._clearResources();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user