diff --git a/src/Yavsc/Services/ChatHubConnexionManager.cs b/src/Yavsc/Services/ChatHubConnexionManager.cs index cf0c30f4..7ca733c3 100644 --- a/src/Yavsc/Services/ChatHubConnexionManager.cs +++ b/src/Yavsc/Services/ChatHubConnexionManager.cs @@ -185,7 +185,6 @@ namespace Yavsc.Services { string msg = "room seemd to be avaible ... but we could get no info on it."; _errorHandler(roomName, msg); - _logger.LogError(msg); return null; } } @@ -216,7 +215,6 @@ namespace Yavsc.Services { string msg = "Chan create failed unexpectly..."; _errorHandler(roomName, msg); - _logger.LogError(msg); return null; } }