From 584b311f68ccd38e7f06807737bd5df86ffeccaf Mon Sep 17 00:00:00 2001 From: tmat Date: Wed, 11 Sep 2024 15:32:07 -0700 Subject: [PATCH] Fix --- src/BuiltInTools/DotNetDeltaApplier/StartupHook.cs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/BuiltInTools/DotNetDeltaApplier/StartupHook.cs b/src/BuiltInTools/DotNetDeltaApplier/StartupHook.cs index 9c59d1ca4ce2..1968f7d21aa3 100644 --- a/src/BuiltInTools/DotNetDeltaApplier/StartupHook.cs +++ b/src/BuiltInTools/DotNetDeltaApplier/StartupHook.cs @@ -33,10 +33,6 @@ public static void Initialize() Log($"Ignoring process '{processExe}', expecting '{expectedExe}'"); return; } - { - Log($"Ignoring process '{processPath}', expecting '{s_targetProcessPath}'"); - return; - } Log($"Loaded into process: {processPath}");