DavidLiu 3 ヶ月 前
コミット
432ad5b00a
1 ファイル変更0 行追加2 行削除
  1. 0 2
      src/core/callcenter/ws.py

+ 0 - 2
src/core/callcenter/ws.py

@@ -79,8 +79,6 @@ class MyNamespace(Namespace):
         now = datetime.now().timestamp()
         key = CENTER_AGENT_HEARTBEAT % saas_id
         redis_handler.redis.hset(key, agent_id, now)
-        logger.info('heartbeat received: %s %s', heartbeat, type(heartbeat))
-        pass
 
     def on_OnPrompt(self, event):
         pass