Skip to content

Commit

Permalink
Remove debugger calls
Browse files Browse the repository at this point in the history
  • Loading branch information
ryalanms committed Jun 22, 2019
1 parent 9f6cc81 commit 1e974a0
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,6 @@ public CreateTemporaryTargetAssemblyProject()
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1031:DoNotCatchGeneralExceptionTypes")]
public override bool Execute()
{
System.Diagnostics.Debugger.Launch();

bool retValue = true;

// Verification
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,6 @@ public GenerateTemporaryTargetAssembly()
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1031:DoNotCatchGeneralExceptionTypes")]
public override bool Execute()
{
System.Diagnostics.Debugger.Launch();

bool retValue = true;

// Verification
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ public RunProjectBuildTarget()
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1031:DoNotCatchGeneralExceptionTypes")]
public override bool Execute()
{
System.Diagnostics.Debugger.Launch();

bool retValue = true;

// Verification
Expand Down

0 comments on commit 1e974a0

Please sign in to comment.