diff --git a/CodeLegacy/NUtilsTemp.cs b/CodeLegacy/NUtilsTemp.cs index 8c178dd..efd1d7a 100644 --- a/CodeLegacy/NUtilsTemp.cs +++ b/CodeLegacy/NUtilsTemp.cs @@ -76,7 +76,7 @@ namespace Flowframes CreateNoWindow = true, }; - Logger.Log($"{startInfo.FileName} {startInfo.Arguments}"); + Logger.Log($"{startInfo.FileName} {startInfo.Arguments}", hidden: true); using (Process process = new Process { StartInfo = startInfo }) {