Skip to content

Commit

Permalink
Remove leftover test code
Browse files Browse the repository at this point in the history
  • Loading branch information
JanKrivanek committed Jun 6, 2024
1 parent 8dfbad6 commit 3d41e7d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/MSBuild/XMake.cs
Original file line number Diff line number Diff line change
Expand Up @@ -602,8 +602,6 @@ private static string GetFriendlyCounterType(PerformanceCounterType type, string
/// </summary>
private static void DebuggerLaunchCheck()
{
Debugger.Launch();

if (Debugger.IsAttached)
{
return;
Expand Down

0 comments on commit 3d41e7d

Please sign in to comment.