Skip to content

Commit

Permalink
Merge pull request #38 from MabOneSdk/pikumar3
Browse files Browse the repository at this point in the history
removed extra comments
  • Loading branch information
pikumarmsft16 committed Jun 16, 2015
2 parents 834355d + 47600f5 commit 772c1f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public override void ExecuteCmdlet()

var disbaleAzureBackupProtection = AzureBackupClient.DataSource.DisableProtectionAsync(GetCustomRequestHeaders(), item.ContainerUniqueName, item.Type, item.DataSourceId, input, CmdletCancellationToken).Result;

WriteVerbose("Received policy response");
WriteVerbose("Received response");
WriteVerbose("Converting response");
WriteAzureBackupProtectionPolicy(disbaleAzureBackupProtection);
});
Expand Down

0 comments on commit 772c1f9

Please sign in to comment.