Skip to content

Commit 71b7964

Browse files
authored
Update AzModule.cs (#16391)
1 parent 52e9b00 commit 71b7964

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Accounts/Accounts/CommonModule/AzModule.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,12 @@
1515
using Microsoft.Azure.Commands.Common.Authentication;
1616
using Microsoft.Azure.Commands.Common.Exceptions;
1717
using Microsoft.Azure.Commands.Profile.CommonModule;
18-
using Microsoft.Rest;
1918
using Microsoft.Rest.Azure;
2019
using Microsoft.Rest.Serialization;
2120
using Microsoft.WindowsAzure.Commands.Utilities.Common;
2221
using Newtonsoft.Json;
2322
using System;
2423
using System.Collections.Generic;
25-
using System.Collections.ObjectModel;
2624
using System.Linq;
2725
using System.Management.Automation;
2826
using System.Net;
@@ -150,7 +148,6 @@ public async Task EventListener(string id, CancellationToken cancellationToken,
150148
await OnCmdletEndProcessing(id, cancellationToken, getEventData, signal, processRecordId);
151149
break;
152150
default:
153-
getEventData.Print(signal, cancellationToken, Events.Verbose, id);
154151
break;
155152
}
156153
}

0 commit comments

Comments
 (0)