main
Paul Schneider 7 years ago
parent 318b612c84
commit efb6a701e7
1 changed files with 0 additions and 2 deletions

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

Loading…