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