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