Skip to content

Commit 28afa1c

Browse files
author
Nemanja
committed
Removing System.Diagnostics.Debugger.Launch();
1 parent 87d0440 commit 28afa1c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Sql/Sql/ManagedInstance/Cmdlet/SetAzureSqlManagedInstance.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,6 @@ protected override IEnumerable<AzureSqlManagedInstanceModel> PersistChanges(IEnu
286286
/// </summary>
287287
public override void ExecuteCmdlet()
288288
{
289-
System.Diagnostics.Debugger.Launch();
290289
if (!Force.IsPresent && !ShouldContinue(
291290
string.Format(CultureInfo.InvariantCulture, Properties.Resources.SetAzureSqlInstanceDescription, this.Name),
292291
string.Format(CultureInfo.InvariantCulture, Properties.Resources.SetAzureSqlInstanceWarning, this.Name)))

0 commit comments

Comments
 (0)