remove unnecessary code for cleanup disableBotMode (#673)

This commit is contained in:
Hoan Luu Huu
2024-03-05 06:03:32 +07:00
committed by GitHub
parent dbd3b59901
commit 4ae661daea

View File

@@ -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();