Remove writeline from test (#9056)

This commit is contained in:
BrennanConroy 2019-04-10 10:06:06 -07:00 committed by GitHub
parent e5f0962d0e
commit af0fb91d9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -230,9 +230,8 @@ namespace Microsoft.AspNetCore.SignalR.Tests
{
await source.WaitToReadAsync();
}
catch (Exception ex)
catch (Exception)
{
Console.WriteLine(ex.ToString());
return "error identified and caught";
}