Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tmat committed Sep 11, 2024
1 parent e558486 commit 584b311
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/BuiltInTools/DotNetDeltaApplier/StartupHook.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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}");

Expand Down

0 comments on commit 584b311

Please sign in to comment.