Davidliu 3 månader sedan
förälder
incheckning
376d41ee14
1 ändrade filer med 0 tillägg och 4 borttagningar
  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())
             registry.BOT_AGENT_LIVES.set(self.user_part_pool.qsize())
             self.ep.libHandleEvents(200)
             self.ep.libHandleEvents(200)
 
 
-        self.logger.info("create pjsua will shutdown 1111")
         self.call_players.clear()
         self.call_players.clear()
-        self.logger.info("create pjsua will shutdown 2222")
         self.accounts.clear()
         self.accounts.clear()
-        self.logger.info("create pjsua will shutdown 3333")
         self.calls.clear()
         self.calls.clear()
-        self.logger.info("create pjsua will shutdown 4444")
         # Destroy the library
         # Destroy the library
         self.ep.libDestroy()
         self.ep.libDestroy()
         self.logger.info("create pjsua already shutdown")
         self.logger.info("create pjsua already shutdown")