Skip to content

Commit

Permalink
Removing Debugger.Break() statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven De Kock committed Jul 25, 2011
1 parent fe888df commit 88bbd9e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public override TaskResult Finish(TaskExecutionNode node)

public override void ExecuteRecursive(TaskExecutionNode node)
{
Debugger.Break();
//Debugger.Break();

var assemblyProviders = new IAssemblyTaskProvider[]
{
Expand Down

0 comments on commit 88bbd9e

Please sign in to comment.