Remove debug, issue fixed

This commit is contained in:
JustArchi
2017-08-02 19:44:55 +02:00
parent 62221fd6b8
commit 678b32f318

View File

@@ -132,7 +132,6 @@ namespace ArchiSteamFarm {
IEnumerable<string> arguments = Environment.GetCommandLineArgs().Skip(executableName.Equals(SharedInfo.AssemblyName) ? 1 : 0);
try {
ASF.ArchiLogger.LogGenericDebug("Attempting to start " + ProcessFileName + " with args: " + string.Join(" ", arguments));
Process.Start(ProcessFileName, string.Join(" ", arguments));
} catch (Exception e) {
ASF.ArchiLogger.LogGenericException(e);