From fa2d3eaa0a6cd3e79a85b692dc5b66a80a461697 Mon Sep 17 00:00:00 2001 From: Vladless Date: Tue, 25 Feb 2025 22:06:44 +0300 Subject: [PATCH] minor bug fixes --- handlers/utils.py | 1 - 1 file changed, 1 deletion(-) diff --git a/handlers/utils.py b/handlers/utils.py index ffd17160..b32798f5 100644 --- a/handlers/utils.py +++ b/handlers/utils.py @@ -200,7 +200,6 @@ async def edit_or_send_message( ) return except Exception as e: - logger.error(f"Ошибка редактирования текста: {e}") await target_message.answer( text=text, reply_markup=reply_markup,