Remove debug spew

This commit is contained in:
JustArchi
2017-07-10 17:40:18 +02:00
parent 9711187940
commit df95c6c6b0

View File

@@ -184,8 +184,6 @@ namespace ArchiSteamFarm {
ParsePostInitArgs(args);
}
IPC.Start();
if (!Debugging.IsDebugBuild) {
await ASF.CheckForUpdate().ConfigureAwait(false);
}