comment out process handle patch log, it's annoying

This commit is contained in:
goat 2021-09-05 15:34:33 +02:00
parent cd5235b088
commit f858a8b592
No known key found for this signature in database
GPG key ID: F18F057873895461

View file

@ -388,7 +388,7 @@ namespace Dalamud
__result = (IntPtr)0xFFFFFFFF; __result = (IntPtr)0xFFFFFFFF;
} }
Log.Verbose($"Process.Handle // {__instance.ProcessName} // {__result:X}"); //Log.Verbose($"Process.Handle // {__instance.ProcessName} // {__result:X}");
} }
private void ApplyProcessPatch() private void ApplyProcessPatch()