Davidliu 3 months ago
parent
commit
376d41ee14
1 changed files with 0 additions and 4 deletions
  1. 0 4
      src/core/voip/bot.py

+ 0 - 4
src/core/voip/bot.py

@@ -593,13 +593,9 @@ class BotAgent:
             registry.BOT_AGENT_LIVES.set(self.user_part_pool.qsize())
             self.ep.libHandleEvents(200)
 
-        self.logger.info("create pjsua will shutdown 1111")
         self.call_players.clear()
-        self.logger.info("create pjsua will shutdown 2222")
         self.accounts.clear()
-        self.logger.info("create pjsua will shutdown 3333")
         self.calls.clear()
-        self.logger.info("create pjsua will shutdown 4444")
         # Destroy the library
         self.ep.libDestroy()
         self.logger.info("create pjsua already shutdown")