Fix visible debug print

This commit is contained in:
N00MKRAD
2024-10-13 14:22:01 +02:00
parent f8c24c253d
commit 82c43ce3ea

View File

@@ -76,7 +76,7 @@ namespace Flowframes
CreateNoWindow = true, CreateNoWindow = true,
}; };
Logger.Log($"{startInfo.FileName} {startInfo.Arguments}"); Logger.Log($"{startInfo.FileName} {startInfo.Arguments}", hidden: true);
using (Process process = new Process { StartInfo = startInfo }) using (Process process = new Process { StartInfo = startInfo })
{ {