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