From 027e301420b71c4ea501eb8329c47b835265ed6f Mon Sep 17 00:00:00 2001 From: JustArchi Date: Fri, 10 Jun 2016 01:27:07 +0200 Subject: [PATCH] Turns out to be mono bug, hooray! --- ArchiSteamFarm/Bot.cs | 2 -- 1 file changed, 2 deletions(-) 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: