removed test code

This commit is contained in:
Luke Pulverenti 2013-09-23 11:40:47 -04:00
parent 946a5c49d0
commit cacba5ca11

View File

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