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}");