aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations/HttpServer/HttpListenerHost.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2016-01-21 14:45:52 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2016-01-21 14:45:52 -0500
commit984274964365c3c0435d7c885e00dcf261fa061e (patch)
tree33dd7293e38bb23322fcd9f4e4723172fd5f4023 /MediaBrowser.Server.Implementations/HttpServer/HttpListenerHost.cs
parent1c8b97866b4d2d6a3fa6ccda20ce86b0f81b1726 (diff)
trim logging
Diffstat (limited to 'MediaBrowser.Server.Implementations/HttpServer/HttpListenerHost.cs')
-rw-r--r--MediaBrowser.Server.Implementations/HttpServer/HttpListenerHost.cs6
1 files changed, 1 insertions, 5 deletions
diff --git a/MediaBrowser.Server.Implementations/HttpServer/HttpListenerHost.cs b/MediaBrowser.Server.Implementations/HttpServer/HttpListenerHost.cs
index 0283c1f7a..6a23a8497 100644
--- a/MediaBrowser.Server.Implementations/HttpServer/HttpListenerHost.cs
+++ b/MediaBrowser.Server.Implementations/HttpServer/HttpListenerHost.cs
@@ -154,10 +154,6 @@ namespace MediaBrowser.Server.Implementations.HttpServer
return this;
}
- private void OnRequestReceived(string localEndPoint)
- {
- }
-
/// <summary>
/// Starts the Web Service
/// </summary>
@@ -177,7 +173,7 @@ namespace MediaBrowser.Server.Implementations.HttpServer
private IHttpListener GetListener()
{
- return new WebSocketSharpListener(_logger, OnRequestReceived, CertificatePath);
+ return new WebSocketSharpListener(_logger, CertificatePath);
}
private void OnWebSocketConnecting(WebSocketConnectingEventArgs args)