Remove writeline from test (#9056)
This commit is contained in:
parent
e5f0962d0e
commit
af0fb91d9f
|
|
@ -230,9 +230,8 @@ namespace Microsoft.AspNetCore.SignalR.Tests
|
||||||
{
|
{
|
||||||
await source.WaitToReadAsync();
|
await source.WaitToReadAsync();
|
||||||
}
|
}
|
||||||
catch (Exception ex)
|
catch (Exception)
|
||||||
{
|
{
|
||||||
Console.WriteLine(ex.ToString());
|
|
||||||
return "error identified and caught";
|
return "error identified and caught";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue