diff --git a/kairon/shared/live_agent/live_agent.py b/kairon/shared/live_agent/live_agent.py index fb2a1529d..c759c4392 100644 --- a/kairon/shared/live_agent/live_agent.py +++ b/kairon/shared/live_agent/live_agent.py @@ -91,7 +91,6 @@ async def check_live_agent_active(bot_id, userdata: UserMessage): } res, status, _, _ = await ActionUtility.execute_request_async(url, 'GET', None, headers) if status != 200: - logger.error(res.get('message', "Failed to process request")) return False return res['data']['status']