Skip to content

Commit

Permalink
Remove debugger.launch
Browse files Browse the repository at this point in the history
  • Loading branch information
JanKrivanek committed May 2, 2024
1 parent 9f85f7b commit e2c2f6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Build/Instance/ProjectItemInstance.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1301,7 +1301,7 @@ public string GetMetadataEscaped(string metadataName)

if (metadatum != null && Expander<ProjectProperty, ProjectItem>.ExpressionMayContainExpandableExpressions(metadatum.EvaluatedValueEscaped))
{
Debugger.Launch();
// Debugger.Launch();

Expander<ProjectPropertyInstance, ProjectItemInstance> expander = new Expander<ProjectPropertyInstance, ProjectItemInstance>(null, null, new BuiltInMetadataTable(null, this), FileSystems.Default);

Expand Down

0 comments on commit e2c2f6b

Please sign in to comment.