DavidLiu 3 tháng trước cách đây
mục cha
commit
432ad5b00a
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  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