Browse Source

Remove writeline from test (#9056)

BrennanConroy 7 years ago
parent
commit
af0fb91d9f

+ 1 - 2
src/SignalR/server/SignalR/test/HubConnectionHandlerTestUtils/Hubs.cs

@@ -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";
             }