diff --git a/Program.cs b/Program.cs index 7ea57f5..6480a07 100644 --- a/Program.cs +++ b/Program.cs @@ -154,7 +154,6 @@ class Program try { await botClient.DeleteMessage(chatId, messageId); - Log.Information($"Сообщение {messageId} в чате {chatId} удалено."); } catch (Exception ex) {