From 4ae661daea559ad72117bca22769c5e9fdbd6638 Mon Sep 17 00:00:00 2001 From: Hoan Luu Huu <110280845+xquanluu@users.noreply.github.com> Date: Tue, 5 Mar 2024 06:03:32 +0700 Subject: [PATCH] remove unnecessary code for cleanup disableBotMode (#673) --- lib/session/call-session.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/session/call-session.js b/lib/session/call-session.js index 54ef7973..38a8cc5d 100644 --- a/lib/session/call-session.js +++ b/lib/session/call-session.js @@ -935,7 +935,6 @@ class CallSession extends Emitter { // all done - cleanup this.logger.info('CallSession:exec all tasks complete'); this._stopping = true; - this.disableBotMode(); this._onTasksDone(); this._clearResources();