Skip to content

Commit 00ffe6c

Browse files
committed
remove redundant catch
1 parent c379526 commit 00ffe6c

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/Authentication/Authentication.Core/Utilities/AuthenticationHelpers.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -171,10 +171,6 @@ private static async Task<DeviceCodeCredential> GetDeviceCodeCredentialAsync(IAu
171171
{
172172
// Fall through to console output if OutputWriter is unavailable.
173173
}
174-
catch (ObjectDisposedException)
175-
{
176-
// Fall through to console output if OutputWriter is unavailable.
177-
}
178174
}
179175
Console.WriteLine(code.Message);
180176
return Task.CompletedTask;

0 commit comments

Comments
 (0)