mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
chore: remove some unnecessary logging
This commit is contained in:
parent
7d49ebfc3c
commit
f61ffcae92
2 changed files with 1 additions and 4 deletions
|
|
@ -79,7 +79,6 @@ namespace Dalamud.Injector
|
|||
};
|
||||
|
||||
var compatLayerPrev = Environment.GetEnvironmentVariable("__COMPAT_LAYER");
|
||||
Log.Verbose("Has preset __COMPAT_LAYER={CompatLayer}", compatLayerPrev);
|
||||
|
||||
if (!string.IsNullOrEmpty(compatLayerPrev) && !compatLayerPrev.Contains("RunAsInvoker"))
|
||||
{
|
||||
|
|
@ -92,8 +91,6 @@ namespace Dalamud.Injector
|
|||
|
||||
try
|
||||
{
|
||||
Log.Information("Starting with __COMPAT_LAYER={CompatLayer}", Environment.GetEnvironmentVariable("__COMPAT_LAYER"));
|
||||
|
||||
if (!PInvoke.CreateProcess(
|
||||
null,
|
||||
$"\"{exePath}\" {arguments}",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue