* Version incremented and made a little cleanup

This commit is contained in:
2025-07-28 04:19:39 +04:00
parent 6a18d9765b
commit 4e53337496
6 changed files with 4 additions and 24 deletions
@@ -33,7 +33,7 @@ namespace Telegrator.Hosting.Polling
/// <inheritdoc/>
public override Task HandleUpdateAsync(ITelegramBotClient botClient, Update update, CancellationToken cancellationToken)
{
Logger.LogInformation("Received update of type \"{type}\"", update.Type);
//Logger.LogInformation("Received update of type \"{type}\"", update.Type);
return base.HandleUpdateAsync(botClient, update, cancellationToken);
}