фикс логов в консоли

This commit is contained in:
107 2025-03-20 12:21:02 +07:00
parent bc3f6dd8b5
commit ddf98463c1

View File

@ -154,7 +154,6 @@ class Program
try try
{ {
await botClient.DeleteMessage(chatId, messageId); await botClient.DeleteMessage(chatId, messageId);
Log.Information($"Сообщение {messageId} в чате {chatId} удалено.");
} }
catch (Exception ex) catch (Exception ex)
{ {