From ab989c60203a242547ec4a94a35b80c7f8f20d8f Mon Sep 17 00:00:00 2001 From: urec56 Date: Wed, 21 Aug 2024 12:34:52 +0400 Subject: [PATCH] =?UTF-8?q?=D0=91=D0=B0=D0=B3=D1=84=D0=B8=D0=BA=D1=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/chat/websocket.py | 1 - 1 file changed, 1 deletion(-) diff --git a/app/chat/websocket.py b/app/chat/websocket.py index 9d8417b..4b04f65 100644 --- a/app/chat/websocket.py +++ b/app/chat/websocket.py @@ -104,7 +104,6 @@ class ConnectionManager: new_message["answer_id"] = str(new_message["answer_id"]) if new_message["answer_id"] else None new_message["created_at"] = new_message["created_at"].isoformat() new_message["flag"] = "pin" - logging.warning(new_message) return new_message @staticmethod