removed test code

This commit is contained in:
Luke Pulverenti 2013-09-23 11:40:47 -04:00
parent 946a5c49d0
commit cacba5ca11
1 changed files with 1 additions and 1 deletions

View File

@ -531,7 +531,7 @@ namespace MediaBrowser.Server.Implementations.HttpServer
{
new ClientWebSocket();
_supportsNativeWebSocket = false;
_supportsNativeWebSocket = true;
}
catch (PlatformNotSupportedException)
{