Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
deepchoudhery committed Apr 21, 2021
1 parent e27819f commit a632db1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ public static void InitUserSecrets(string projectPath)
arguments.Add(projectPath);
}

Debugger.Launch();
if (arguments.Contains("-uus"))
{

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
// Licensed under the MIT License.
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Text.Json;
Expand Down Expand Up @@ -77,7 +76,6 @@ public AppProvisioningTool(string commandName, ProvisioningToolOptions provision
//TODO: switch case to handle all the different commands.
ApplicationParameters? applicationParameters = null;

Debugger.Launch();
switch (CommandName)
{
case Commands.UPDATE_PROJECT_COMMAND:
Expand Down

0 comments on commit a632db1

Please sign in to comment.