diff --git a/ArchiSteamFarm/Bot.cs b/ArchiSteamFarm/Bot.cs index fdea2238b..d3e18eb35 100755 --- a/ArchiSteamFarm/Bot.cs +++ b/ArchiSteamFarm/Bot.cs @@ -1963,8 +1963,6 @@ namespace ArchiSteamFarm { return; } - Logging.LogGenericDebug("Received notifications: " + string.Join(", ", callback.Notifications), BotName); - foreach (ArchiHandler.NotificationsCallback.ENotification notification in callback.Notifications) { switch (notification) { case ArchiHandler.NotificationsCallback.ENotification.Items: